| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | #ifndef NETDATA_FUNCTION_NETDATA_STREAMING_H |
| 4 | #define NETDATA_FUNCTION_NETDATA_STREAMING_H |
| 5 | |
| 6 | #include "database/rrd.h" |
| 7 | |
| 8 | #define RRDFUNCTIONS_STREAMING_HELP "Shows real-time streaming connections and replication status between parent and child nodes, including connection health, data flow metrics, and ML status." |
| 9 | |
| 10 | int function_netdata_streaming(BUFFER *wb, const char *function, BUFFER *payload, const char *source); |
| 11 | |
| 12 | #endif //NETDATA_FUNCTION_NETDATA_STREAMING_H |