UNPKG

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

9 lines (8 loc) 252 B
/** * Shared types for the Alloy pipeline management system. * * These types define the contract between AlloyClient (HTTP API), * PipelineStore (state persistence), ConfigBuilder (config generation), * and the alloy_pipeline tool. */ export {};