Skip to content

Commit

Permalink
feat: complement Consumer groups section, explaining the necessary fl…
Browse files Browse the repository at this point in the history
…ags.
  • Loading branch information
orlandoburli committed Feb 3, 2023
1 parent 9d9cd65 commit ad9d078
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ kafka_topic_partition_under_replicated_partition{partition="0",topic="__consumer
| `kafka_consumergroup_current_offset` | Current Offset of a ConsumerGroup at Topic/Partition |
| `kafka_consumergroup_lag` | Current Approximate Lag of a ConsumerGroup at Topic/Partition |

#### Important Note

To be able to collect these metrics, you must set the following flags:

* ``use.consumelag.zookeeper``: enable collection of zookeeper metrics
* ``zookeeper.server``: address for connection to zookeeper

**Metrics output example**

```txt
Expand Down

0 comments on commit ad9d078

Please sign in to comment.