work
This commit is contained in:
9
ops/devops/lnm/metrics-dashboard.json
Normal file
9
ops/devops/lnm/metrics-dashboard.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"title": "LNM Backfill Metrics",
|
||||
"panels": [
|
||||
{"type": "stat", "title": "Observations", "targets": [{"expr": "advisory_observations_total"}]},
|
||||
{"type": "stat", "title": "Linksets", "targets": [{"expr": "linksets_total"}]},
|
||||
{"type": "graph", "title": "Ingest→API latency p95", "targets": [{"expr": "histogram_quantile(0.95, rate(ingest_api_latency_seconds_bucket[5m]))"}]},
|
||||
{"type": "graph", "title": "Backfill throughput", "targets": [{"expr": "rate(lnm_backfill_processed_total[5m])"}]}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user