Install
openclaw skills install grafanaAvoid common Grafana mistakes — query pitfalls, variable templating, alerting traps, and provisioning gotchas.
openclaw skills install grafana$__all in regex — or only first value used${var:csv} for comma-separated — ${var:pipe} for pipe-separated in regex$var or ${var} — different escaping per data source$__interval auto-adjusts to time range — use for aggregation windowrate() needs range vector — rate(requests_total[5m]) not rate(requests_total)rate() for counters, deriv() for gauges — rate handles counter resets$__rate_interval over hardcoded — adapts to scrape interval and dashboard range{{label}} — multiple: {{instance}} - {{job}}metric{label=~"val1|val2"} — !~ for negative match${DS_PROMETHEUS} substituted at runtimeallowEditing: true in provisioning