{ "annotations": { "list": [] }, "editable": true, "gnetId": null, "graphTooltip": 0, "id": null, "links": [], "panels": [ { "title": "Seconds Since Last Precommit", "type": "graph", "datasource": "$datasource", "targets": [ { "expr": "signer_seconds_since_last_precommit", "format": "time_series" } ] }, { "title": "Seconds Since Last Prevote", "type": "graph", "datasource": "$datasource", "targets": [ { "expr": "signer_seconds_since_last_prevote", "format": "time_series" } ] }, { "title": "Last Precommit Height", "type": "graph", "datasource": "$datasource", "targets": [ { "expr": "signer_last_precommit_height", "format": "time_series" } ] }, { "title": "Last Prevote Height", "type": "graph", "datasource": "$datasource", "targets": [ { "expr": "signer_last_prevote_height", "format": "time_series" } ] }, { "title": "Total Missed Precommits", "type": "graph", "datasource": "$datasource", "targets": [ { "expr": "signer_total_missed_precommits", "format": "time_series" } ] }, { "title": "Total Missed Prevotes", "type": "graph", "datasource": "$datasource", "targets": [ { "expr": "signer_total_missed_prevotes", "format": "time_series" } ] } ], "schemaVersion": 25, "style": "dark", "tags": [], "templating": { "list": [ { "type": "datasource", "name": "datasource", "label": "Datasource", "datasource": { "type": "prometheus", "name": "Prometheus" }, "query": "prometheus" } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Single Signer Metrics", "uid": "singleSignerMetrics", "version": 1 }