File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
website/content/docs/operations Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -513,9 +513,16 @@ Raft database metrics are emitted by the `raft-boltdb` library.
513
513
514
514
Agent metrics are emitted by all Nomad agents running in either client or server mode.
515
515
516
- | Metric | Description | Unit | Type |
517
- | ----------------------------------------- | ----------------------------------------------------- | ----------- | ------- |
518
- | ` nomad.agent.http.exceeded ` | Count of HTTP connections exceeding concurrency limit | Integer | Counter |
516
+ | Metric | Description | Unit | Type | Labels |
517
+ | -----------------------------------------------| --------------------------------------------------------| ---------| ---------| --------|
518
+ | ` nomad.agent.http.exceeded ` | Count of HTTP connections exceeding concurrency limit | Integer | Counter | - |
519
+ | ` nomad.client.consul.check_deregistrations ` | Number of Consul check deregistration operations | Integer | Counter | host |
520
+ | ` nomad.client.consul.check_registrations ` | Number of Consul check registration operations | Integer | Counter | host |
521
+ | ` nomad.client.consul.checks ` | Number of Consul checks currently registered | Integer | Gauge | host |
522
+ | ` nomad.client.consul.service_deregistrations ` | Number of Consul service deregistration operations | Integer | Counter | host |
523
+ | ` nomad.client.consul.service_registrations ` | Number of Consul service registration operations | Integer | Counter | host |
524
+ | ` nomad.client.consul.services ` | Number of Consul services currently registered | Integer | Gauge | host |
525
+ | ` nomad.client.consul.sync_failure ` | Number of failed attempts to sync services with Consul | Integer | Counter | host |
519
526
520
527
[ tagged-metrics ] : /nomad/docs/operations/metrics-reference#tagged-metrics
521
528
[ sticky ] : /nomad/docs/job-specification/ephemeral_disk#sticky
You can’t perform that action at this time.
0 commit comments