master
h 12 lines 489 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_FUNCTION_TOPOLOGY_STREAMING_H
4 #define NETDATA_FUNCTION_TOPOLOGY_STREAMING_H
5
6 #include "database/rrd.h"
7
8 #define RRDFUNCTIONS_STREAMING_TOPOLOGY_HELP "Shows streaming topology relations across Netdata agents, including directional parent/child links and transport metadata."
9
10 int function_streaming_topology(BUFFER *wb, const char *function, BUFFER *payload, const char *source);
11
12 #endif //NETDATA_FUNCTION_TOPOLOGY_STREAMING_H