Skip to content

Commit

Permalink
fix: improve Kafka Prometheus metrics docs
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy committed Jun 21, 2024
1 parent 4fe9cf2 commit a989976
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 496 deletions.
2 changes: 2 additions & 0 deletions .github/vale/styles/config/vocabularies/Aiven/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ dockerized
downsampled
downsampling
Dragonfly
datagrams
DSBulk
DZone
ECEs?
Expand Down Expand Up @@ -177,6 +178,7 @@ MongoDB
myhoard
myhoard
MySQL
multicast
namespace/MS
namespaces?
netmask
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Metrics for Aiven for Apache Kafka® Connect available via Prometheus
---

These are the metrics available via Prometheus for an Aiven for Apache Kafka® Connect service.
Explore the range of metrics provided through Prometheus for the Aiven for Apache Kafka® Connect service.

You can review the list
of metrics available via Prometheus for the Aiven for Apache Kafka®
Expand All @@ -18,41 +18,22 @@ The metrics only appear if there is activity in the underlying
Apache Kafka Connect service.
:::

- `kafka_connect_connect_worker_metrics_connector_count`: the number
of connectors run in this worker
- `kafka_connect_connect_worker_metrics_connector_startup_attempts_total`:
the total number of connector startups that this worker has
attempted
- `kafka_connect_connect_worker_metrics_connector_startup_failure_percentage`:
the average percentage of this worker's connector starts that
failed
- `kafka_connect_connect_worker_metrics_connector_startup_failure_total`:
the total number of connector starts that failed
- `kafka_connect_connect_worker_metrics_connector_startup_success_percentage`:
the average percentage of this worker's connector starts that
succeeded
- `kafka_connect_connect_worker_metrics_connector_startup_success_total`:
the total number of connector starts that succeeded
- `kafka_connect_connect_worker_metrics_task_count`: the number of
tasks run in this worker
- `kafka_connect_connect_worker_metrics_task_startup_attempts_total`:
the total number of task startups that this worker has attempted
- `kafka_connect_connect_worker_metrics_task_startup_failure_percentage`:
the average percentage of this worker's task starts that failed
- `kafka_connect_connect_worker_metrics_task_startup_failure_total`:
the total number of task starts that failed
- `kafka_connect_connect_worker_metrics_task_startup_success_percentage`:
the average percentage of this worker's task starts that succeeded
- `kafka_connect_connect_worker_metrics_task_startup_success_total`:
the total number of task starts that succeeded
- `kafka_connect_connect_worker_rebalance_metrics_completed_rebalances_total`:
the total number of rebalances completed by this worker
- `kafka_connect_connect_worker_rebalance_metrics_epoch`: the epoch or
generation number of this worker
- `kafka_connect_connect_worker_rebalance_metrics_rebalance_avg_time_ms`:
the average time in milliseconds spent by this worker to rebalance
- `kafka_connect_connect_worker_rebalance_metrics_rebalancing`:
whether this worker is currently rebalancing
- `kafka_connect_connect_worker_rebalance_metrics_time_since_last_rebalance_ms`:
the time in milliseconds since this worker completed the most recent
rebalance
| Metric | Description |
|--------------------------------------------------------------------------------|------------------------------------------------------------------------|
| `kafka_connect_connect_worker_metrics_connector_count` | The number of connectors run in this worker |
| `kafka_connect_connect_worker_metrics_connector_startup_attempts_total` | The total number of connector startups that this worker has attempted |
| `kafka_connect_connect_worker_metrics_connector_startup_failure_percentage` | The average percentage of this worker's connector starts that failed |
| `kafka_connect_connect_worker_metrics_connector_startup_failure_total` | The total number of connector starts that failed |
| `kafka_connect_connect_worker_metrics_connector_startup_success_percentage` | The average percentage of this worker's connector starts that succeeded |
| `kafka_connect_connect_worker_metrics_connector_startup_success_total` | The total number of connector starts that succeeded |
| `kafka_connect_connect_worker_metrics_task_count` | The number of tasks run in this worker |
| `kafka_connect_connect_worker_metrics_task_startup_attempts_total` | The total number of task startups that this worker has attempted |
| `kafka_connect_connect_worker_metrics_task_startup_failure_percentage` | The average percentage of this worker's task starts that failed |
| `kafka_connect_connect_worker_metrics_task_startup_failure_total` | The total number of task starts that failed |
| `kafka_connect_connect_worker_metrics_task_startup_success_percentage` | The average percentage of this worker's task starts that succeeded |
| `kafka_connect_connect_worker_metrics_task_startup_success_total` | The total number of task starts that succeeded |
| `kafka_connect_connect_worker_rebalance_metrics_completed_rebalances_total` | The total number of rebalances completed by this worker |
| `kafka_connect_connect_worker_rebalance_metrics_epoch` | The epoch or generation number of this worker |
| `kafka_connect_connect_worker_rebalance_metrics_rebalance_avg_time_ms` | The average time in milliseconds spent by this worker to rebalance |
| `kafka_connect_connect_worker_rebalance_metrics_rebalancing` | Whether this worker is currently rebalancing |
| `kafka_connect_connect_worker_rebalance_metrics_time_since_last_rebalance_ms` | The time in milliseconds since this worker completed the most recent rebalance |
Loading

0 comments on commit a989976

Please sign in to comment.