[Do not merge] Add Kafka Metrics OpenTelemetry content package#17822
[Do not merge] Add Kafka Metrics OpenTelemetry content package#17822
Conversation
This adds a new OTel content pack `kafkametricsreceiver_otel` that provides pre-built Kibana dashboards for visualizing Kafka cluster health metrics collected via the OpenTelemetry kafkametricsreceiver. The package includes: - Dashboard with broker count, topic count, consumer groups, partitions - Consumer group lag over time visualization - Partition offsets over time chart - Topic partitions and replicas table - Consumer group details table Metrics covered: - kafka.brokers - kafka.topic.partitions - kafka.partition.current_offset, oldest_offset, replicas, replicas_in_sync - kafka.consumer_group.lag, lag_sum, members, offset, offset_sum Closes #17818 Co-authored-by: Bill Easton <strawgate@users.noreply.github.com>
Vale Linting ResultsSummary: 1 warning found
|
| File | Line | Rule | Message |
|---|---|---|---|
| packages/kafkametricsreceiver_otel/docs/README.md | 3 | Elastic.Latinisms | Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'. |
The Vale linter checks documentation changes against the Elastic Docs style guide.
To use Vale locally or report issues, refer to Elastic style guide for Vale.
| changes: | ||
| - description: Initial release of Kafka Metrics OpenTelemetry content package | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/17818 |
There was a problem hiding this comment.
⚪ LOW Changelog links to issue instead of PR
Why: Changelogs should link to the implementing PR, not the issue. This ensures traceability from changelog to actual code changes.
| link: https://github.com/elastic/integrations/pull/17818 | |
| link: https://github.com/elastic/integrations/pull/17822 |
Why is Claude responding? | Type @claude to interact further
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
💚 Build Succeeded
|
|
@strawgate : Please note Integrations Team is already working on building content packs (all asstes, dashbaords, SLO's, slerts) for multiple services. We already have PR's out for quite a lot of services and will be merging soon. Meta ticket: https://github.com/elastic/obs-integration-team/issues/279 |
|
duplicate of #17677 but just testing |
This adds a new OTel content pack
kafkametricsreceiver_otelthat provides pre-built Kibana dashboards for visualizing Kafka cluster health metrics collected via the OpenTelemetry kafkametricsreceiver.Closes #17818