Skip to content

Commit 23e6c62

Browse files
asherfDean-Coakley
authored andcommitted
Fix typo in nodes_online metric description
* conected -> connected
1 parent 73a7537 commit 23e6c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/nginx_plus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func NewNginxPlusCollector(nginxClient *plusclient.NginxClient, namespace string
108108
"bytes_out": newStreamZoneSyncMetric(namespace, "bytes_out", "Bytes sent by this node"),
109109
"msgs_in": newStreamZoneSyncMetric(namespace, "msgs_in", "Total messages received by this node"),
110110
"msgs_out": newStreamZoneSyncMetric(namespace, "msgs_out", "Total messages sent by this node"),
111-
"nodes_online": newStreamZoneSyncMetric(namespace, "nodes_online", "Number of peers this node is conected to"),
111+
"nodes_online": newStreamZoneSyncMetric(namespace, "nodes_online", "Number of peers this node is connected to"),
112112
"records_pending": newStreamZoneSyncZoneMetric(namespace, "records_pending", "The number of records that need to be sent to the cluster"),
113113
"records_total": newStreamZoneSyncZoneMetric(namespace, "records_total", "The total number of records stored in the shared memory zone"),
114114
},

0 commit comments

Comments
 (0)