You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2021/05/28 12:11:20 UTC

[solr] branch main updated: SOLR-15397 Remove "exemplar" setting for the new zookeeper grafana graph (#153)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new e57de6a  SOLR-15397 Remove "exemplar" setting for the new zookeeper grafana graph (#153)
e57de6a is described below

commit e57de6a6115cef5f9f124946dfaf23bf7ae2b952
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Fri May 28 14:11:12 2021 +0200

    SOLR-15397 Remove "exemplar" setting for the new zookeeper grafana graph (#153)
---
 solr/contrib/prometheus-exporter/conf/grafana-solr-dashboard.json | 2 --
 1 file changed, 2 deletions(-)

diff --git a/solr/contrib/prometheus-exporter/conf/grafana-solr-dashboard.json b/solr/contrib/prometheus-exporter/conf/grafana-solr-dashboard.json
index c28bc49..75065a9 100644
--- a/solr/contrib/prometheus-exporter/conf/grafana-solr-dashboard.json
+++ b/solr/contrib/prometheus-exporter/conf/grafana-solr-dashboard.json
@@ -289,7 +289,6 @@
       "steppedLine": false,
       "targets": [
         {
-          "exemplar": true,
           "expr": "count(solr_zookeeper_nodestatus == 1)",
           "format": "time_series",
           "instant": false,
@@ -298,7 +297,6 @@
           "refId": "A"
         },
         {
-          "exemplar": true,
           "expr": "solr_zookeeper_ensemble_size",
           "hide": false,
           "interval": "",