Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ClientConnections = promauto.NewCounterVec( prometheus.CounterOpts{ Name: "ndt7_client_connections_total", Help: "Count of clients that connect and setup an ndt7 measurement.", }, []string{"direction", "status"}, ) ClientTestResults = promauto.NewCounterVec( prometheus.CounterOpts{ Name: "ndt7_client_test_results_total", Help: "Number of client-connections for NDT tests run by this server.", }, []string{"protocol", "direction", "result"}, ) ClientSenderErrors = promauto.NewCounterVec( prometheus.CounterOpts{ Name: "ndt7_client_sender_errors_total", Help: "Number of sender errors on all return paths.", }, []string{"protocol", "direction", "error"}, ) ClientReceiverErrors = promauto.NewCounterVec( prometheus.CounterOpts{ Name: "ndt7_client_receiver_errors_total", Help: "Number of receiver errors on all return paths.", }, []string{"protocol", "direction", "error"}, ) )
Metrics for exporting to prometheus to aid in server monitoring.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.