Skip to content

Commit

Permalink
Fix typo in nodes_online metric description
Browse files Browse the repository at this point in the history
* conected -> connected
  • Loading branch information
asherf authored and Dean-Coakley committed Nov 18, 2019
1 parent 73a7537 commit 23e6c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/nginx_plus.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func NewNginxPlusCollector(nginxClient *plusclient.NginxClient, namespace string
"bytes_out": newStreamZoneSyncMetric(namespace, "bytes_out", "Bytes sent by this node"),
"msgs_in": newStreamZoneSyncMetric(namespace, "msgs_in", "Total messages received by this node"),
"msgs_out": newStreamZoneSyncMetric(namespace, "msgs_out", "Total messages sent by this node"),
"nodes_online": newStreamZoneSyncMetric(namespace, "nodes_online", "Number of peers this node is conected to"),
"nodes_online": newStreamZoneSyncMetric(namespace, "nodes_online", "Number of peers this node is connected to"),
"records_pending": newStreamZoneSyncZoneMetric(namespace, "records_pending", "The number of records that need to be sent to the cluster"),
"records_total": newStreamZoneSyncZoneMetric(namespace, "records_total", "The total number of records stored in the shared memory zone"),
},
Expand Down

0 comments on commit 23e6c62

Please sign in to comment.