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 @@ -528,9 +528,16 @@ Raft database metrics are emitted by the `raft-boltdb` library.
528
528
529
529
Agent metrics are emitted by all Nomad agents running in either client or server mode.
530
530
531
- | Metric | Description | Unit | Type |
532
- | ----------------------------------------- | ----------------------------------------------------- | ----------- | ------- |
533
- | ` nomad.agent.http.exceeded ` | Count of HTTP connections exceeding concurrency limit | Integer | Counter |
531
+ | Metric | Description | Unit | Type | Labels |
532
+ | -----------------------------------------------| --------------------------------------------------------| ---------| ---------| --------|
533
+ | ` nomad.agent.http.exceeded ` | Count of HTTP connections exceeding concurrency limit | Integer | Counter | - |
534
+ | ` nomad.client.consul.check_deregistrations ` | Number of Consul check deregistration operations | Integer | Counter | host |
535
+ | ` nomad.client.consul.check_registrations ` | Number of Consul check registration operations | Integer | Counter | host |
536
+ | ` nomad.client.consul.checks ` | Number of Consul checks currently registered | Integer | Gauge | host |
537
+ | ` nomad.client.consul.service_deregistrations ` | Number of Consul service deregistration operations | Integer | Counter | host |
538
+ | ` nomad.client.consul.service_registrations ` | Number of Consul service registration operations | Integer | Counter | host |
539
+ | ` nomad.client.consul.services ` | Number of Consul services currently registered | Integer | Gauge | host |
540
+ | ` nomad.client.consul.sync_failure ` | Number of failed attempts to sync services with Consul | Integer | Counter | host |
534
541
535
542
[ tagged-metrics ] : /nomad/docs/operations/metrics-reference#tagged-metrics
536
543
[ sticky ] : /nomad/docs/job-specification/ephemeral_disk#sticky
You can’t perform that action at this time.
0 commit comments