firehol/netdata

View on GitHub
src/streaming/common.h

Summary

Maintainability
Test Coverage
// 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 */