0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-06 10:10:11 +00:00
netdata_netdata/streaming/common.h
Timotej S db8bde8e5a
h2o evloop netdata stream support ()
* implement streaming trough h2o managed port
2023-11-03 17:58:12 +01:00

9 lines
226 B
C

// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef STREAMING_COMMON_H
#define STREAMING_COMMON_H
#define NETDATA_STREAM_URL "/stream"
#define NETDATA_STREAM_PROTO_NAME "netdata_stream/2.0"
#endif /* STREAMING_COMMON_H */