Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2427 from aiven/aiven/kafka-consumer-predictor-up…
Browse files Browse the repository at this point in the history
…date-metric-names

Update kafka lag predictor prometheus metric names
  • Loading branch information
harshini-rangaswamy authored Jan 15, 2024
2 parents d6352a4 + 36720a7 commit d393487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/products/kafka/howto/enabled-consumer-lag-predictor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ After enabling the consumer lag predictor, you can use Prometheus to access and
* - Metric
- Type
- Description
* - ``kafka_lag_predictor_topic_produced_records``
* - ``kafka_lag_predictor_topic_produced_records_total``
- Counter
- Represents the total count of records produced.
* - ``kafka_lag_predictor_group_consumed_records``
* - ``kafka_lag_predictor_group_consumed_records_total``
- Counter
- Represents the total count of records consumed.
* - ``kafka_lag_predictor_group_lag_predicted_seconds``
Expand Down

0 comments on commit d393487

Please sign in to comment.