list_sources
List all configured observability backends with their live reachability status, enabling quick verification of data sources before querying or troubleshooting missing data.
Instructions
List the configured observability backends (Prometheus, Loki, and any connector) and whether each is currently reachable. When to use: call this first to learn which source names exist and are healthy before passing source to other tools, or to debug why a query returns no data. Behavior: read-only, no side effects. Returns one entry per source with its name, type, configured URL, signal types (metrics/logs), and a live up/down status. Never throws for an unreachable backend — the backend is reported as down instead. Related: use list_services to see what is monitored within these sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||