jmx-monitoring-stacks icon indicating copy to clipboard operation
jmx-monitoring-stacks copied to clipboard

Cluster Linking dashboard - instance variable

Open ram-pi opened this issue 1 year ago • 1 comments

As in the image below, the instance variable come from label_values where env is used. Since this variable isn't used in k8s deployment, should we find something else?

image

ram-pi avatar Aug 29 '24 14:08 ram-pi

script update-dashboards.sh in cfk folder need to be executed before using the dashboards for Kubernetes

hifly81 avatar Oct 14 '24 14:10 hifly81

got it, should we add cluster-linking dashboard here https://github.com/confluentinc/jmx-monitoring-stacks/blob/main/jmxexporter-prometheus-grafana/cfk/update-dashboards.sh?

something like


sed 's/\${Prometheus}//g;s/Environment/Namespace/g;s/env/namespace/g;s/label_values(namespace)/label_values(kafka_log_log_size, namespace)/g;s/instance/pod/g;s/kafka-broker/kafka/g' ../assets/grafana/provisioning/dashboards/cluster-linking.json > $OUTPUT_DIR/cluster-linking.json

can work?

ram-pi avatar Nov 04 '24 14:11 ram-pi