confluentinc / cp-helm-charts

The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
https://cnfl.io/getting-started-kafka-kubernetes
Apache License 2.0
784 stars 843 forks source link

jmx-configmap.yaml not working for KSql 0.15.0 #508

Open nvermalulu opened 3 years ago

nvermalulu commented 3 years ago

cp-helm-charts/charts/cp-ksql-server/templates/jmx-configmap.yaml not working for KSql 0.15.0

i saw similar issue mentioned here . Could someone fix helm chart jmx configuration as per ksql 0.15.0 release

0.15.0: https://github.com/confluentinc/ksql/issues/7254 . Some old metric naming conventions were removed in this release which might require a change in your JMX exporter configuration. See this PR for more details: https://github.com/confluentinc/ksql/pull/6643 .

nvermalulu commented 3 years ago

made it working by whitelistObjectNames:

but still looking pattern and rules

shekarreddy568 commented 3 years ago

i am also facing the same issue...did you make it work?

dxtlink commented 2 years ago

you can use whitelist and rules from ksql.yml apply to jmx-configmap.yaml tested on ksqldb-server with 6.2.1 tag. it works fine.

if you use grafana dashboard, dont forget to edit ksql-server graphs with new metric name.