Skip to content

Commit 97a4915

Browse files
Backport of docs: add missing metrics for Consul service client into release/1.9.x (#26211)
Co-authored-by: Tim Gross <[email protected]>
1 parent a090bf1 commit 97a4915

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

website/content/docs/operations/metrics-reference.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,16 @@ Raft database metrics are emitted by the `raft-boltdb` library.
528528

529529
Agent metrics are emitted by all Nomad agents running in either client or server mode.
530530

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 |
534541

535542
[tagged-metrics]: /nomad/docs/operations/metrics-reference#tagged-metrics
536543
[sticky]: /nomad/docs/job-specification/ephemeral_disk#sticky

0 commit comments

Comments
 (0)