|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Standard metric names for network system monitoring. More...
Variables | |
| constexpr const char * | CONNECTIONS_ACTIVE = "network.connections.active" |
| constexpr const char * | CONNECTIONS_TOTAL = "network.connections.total" |
| constexpr const char * | CONNECTIONS_FAILED = "network.connections.failed" |
| constexpr const char * | BYTES_SENT = "network.bytes.sent" |
| constexpr const char * | BYTES_RECEIVED = "network.bytes.received" |
| constexpr const char * | PACKETS_SENT = "network.packets.sent" |
| constexpr const char * | PACKETS_RECEIVED = "network.packets.received" |
| constexpr const char * | LATENCY_MS = "network.latency.ms" |
| constexpr const char * | THROUGHPUT_MBPS = "network.throughput.mbps" |
| constexpr const char * | SESSION_DURATION_MS = "network.session.duration.ms" |
| constexpr const char * | ERRORS_TOTAL = "network.errors.total" |
| constexpr const char * | TIMEOUTS_TOTAL = "network.timeouts.total" |
| constexpr const char * | SERVER_START_TIME = "network.server.start_time.ms" |
| constexpr const char * | SERVER_ACCEPT_COUNT = "network.server.accept.count" |
| constexpr const char * | SERVER_ACCEPT_FAILED = "network.server.accept.failed" |
| constexpr const char * | LATENCY_HISTOGRAM = "network.latency.histogram" |
| constexpr const char * | CONNECTION_TIME_HISTOGRAM = "network.connection_time.histogram" |
| constexpr const char * | REQUEST_DURATION_HISTOGRAM = "network.request_duration.histogram" |
Standard metric names for network system monitoring.
|
constexpr |
Definition at line 36 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::report_bytes_received().
|
constexpr |
Definition at line 35 of file network_metrics.h.
Referenced by main(), and kcenon::network::metrics::metric_reporter::report_bytes_sent().
|
constexpr |
Definition at line 56 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::get_all_histograms(), and kcenon::network::metrics::metric_reporter::record_connection_time().
|
constexpr |
Definition at line 30 of file network_metrics.h.
Referenced by main(), and kcenon::network::metrics::metric_reporter::report_active_connections().
|
constexpr |
Definition at line 32 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::report_connection_failed().
|
constexpr |
Definition at line 31 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::report_connection_accepted().
|
constexpr |
Definition at line 46 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::report_error().
|
constexpr |
Definition at line 55 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::get_all_histograms().
|
constexpr |
Definition at line 41 of file network_metrics.h.
Referenced by main(), and kcenon::network::metrics::metric_reporter::report_latency().
|
constexpr |
Definition at line 38 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::report_bytes_received().
|
constexpr |
Definition at line 37 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::report_bytes_sent().
|
constexpr |
Definition at line 57 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::get_all_histograms(), and kcenon::network::metrics::metric_reporter::record_request_duration().
|
constexpr |
Definition at line 51 of file network_metrics.h.
|
constexpr |
Definition at line 52 of file network_metrics.h.
|
constexpr |
Definition at line 50 of file network_metrics.h.
|
constexpr |
Definition at line 43 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::report_session_duration().
|
constexpr |
Definition at line 42 of file network_metrics.h.
|
constexpr |
Definition at line 47 of file network_metrics.h.
Referenced by kcenon::network::metrics::metric_reporter::report_timeout().