datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
47 stars 37 forks source link

fix dashboard namespace label regex #296

Closed pgier closed 10 months ago

pgier commented 10 months ago

This fixes two dashboards where the regex for matching namespace labels is too generic and it can currently match multiple labels at once, such as kubernetes_namespace, pulsar_namespace, and namespace. Matching a delimiter such as space or comma before the namespace label name ensures that only the correct namespace label is matched.