list_sources
List configured observability backends and check their reachability. Use this to verify available sources and their health before querying metrics or logs.
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 | |||