openclaw-grafana-lens
Version:
OpenClaw plugin that gives AI agents full Grafana access — 18 composable tools for PromQL/LogQL/TraceQL queries, dashboard creation, alerting, SRE investigation, security monitoring, data collection pipeline management via Grafana Alloy (29 recipes), and
13 lines (12 loc) • 391 B
TypeScript
/**
* Recipe: postgres-exporter
*
* PostgreSQL database metrics — connections, replication, locks, queries.
* Uses Alloy's built-in PostgreSQL exporter.
*
* Generated Alloy pipeline:
* prometheus.exporter.postgres → prometheus.scrape → prometheus.remote_write
*/
import type { PipelineRecipe } from "../types.js";
declare const recipe: PipelineRecipe;
export default recipe;