jmx-monitoring-stacks
jmx-monitoring-stacks copied to clipboard
Cluster Linking dashboard - instance variable
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?
script update-dashboards.sh in cfk folder need to be executed before using the dashboards for Kubernetes
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?