grafana / jsonnet-libs

Grafana Labs' Jsonnet libraries
Other
633 stars 160 forks source link

fix/apache-solr-mixin - Fixes a number of issues for Apache Solr Mixin #1360

Closed StefanKurek closed 3 days ago

StefanKurek commented 3 days ago

Fixes issue with Resource Monitoring Dashboard where '~' was missing in queries for selector to solr_cluster variable.

Change custom allValues for solr_collection variable from .+ to .* in Cluster Overview Dashboard to fix an issue in panels when collection label was not present in prometheus metrics.

Change custom allValues for solr_collection variable from .+ to .* in Query Performance Dashboard to fix an issue in panels when collection label was not present in prometheus metrics.