datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
46 stars 38 forks source link

Add Grafana dashboards suitable for Astra Streaming exposed metrics #282

Closed yabinmeng closed 10 months ago

yabinmeng commented 1 year ago

Astra Streaming only exposes a subset of the Pulsar metrics for external integration purposes. The existing example Grafana dashboards are not really suited for this purpose because: 1) Some dashboards include metrics that are not exposed 2) Some dashboards contains labels that are not available in the exposed AS metrics.

This PR includes 3 Grafana dashboards that are tailored for AS metrics external integration:

It also includes an improvement that allow metrics aggregation over parent topic names (for partitioned topics).

yabinmeng commented 1 year ago

@zzzming @NadirJ can you please review