list_sources
Check configured observability backends (Prometheus, Loki, connectors) and their live up/down status to identify healthy sources before querying data or debugging missing results.
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, signal types (metrics/logs), and a live up/down status (the backend URL is intentionally not exposed — it may carry embedded credentials). 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 | |||