What you can connect
Connect a provider to bring several data sources at once, or connect a data source directly. ProvidersGrafana
Loki, Prometheus, Tempo, and Pyroscope.
Google Cloud
Cloud Logging, Cloud Monitoring, and Cloud Trace.
Datadog
Logs, metrics, traces, and error tracking.
New Relic
Logs, metrics, and APM traces.
Elasticsearch
Logs from your index patterns.
OpenSearch
Logs from your index patterns.
Honeycomb
Traces and spans from your environments.
Sumo Logic
Logs and metrics from your account.
Coralogix
Logs, metrics, and traces.
PostgreSQL
Read-only SQL queries.
MySQL
Read-only SQL queries.
HTTP API
Any HTTP API you describe.
MCP server
Any remote MCP server.
How telemetry is modeled
Some tools host others. Connect Grafana once, and investigations can discover the data sources behind it: Loki for logs, Prometheus for metrics, Tempo for traces, and more. The same pattern applies to Google Cloud (which exposes projects). You connect the provider once, then choose which of the discovered data sources to enable. Other tools (Honeycomb, Elasticsearch, your databases) are connected directly and stand on their own.Capabilities
Each data source provides one or more capabilities, which is what investigations actually use it for:Enabling data sources
Each data source has an enabled toggle that controls whether investigations can use it. When a provider is first connected, some data sources are enabled by default and others are left off so you stay in control:- Read-only and low-risk sources (such as traces) tend to be on by default.
- Sources that allow broader querying (such as logs) tend to be off by default, so you opt in deliberately.
Learning your stack
Investigations don’t query blindly. For each connected data source we continually learn how to query it well in your environment, discovering its real labels and fields, learning the query patterns in your own dashboards, and remembering what worked in past investigations. That’s what lets a query filter on the attributes you actually use and reach for sensible defaults, instead of guessing against an unfamiliar stack. Routing a question to the right data source, translating it into the right query language, and the guidance and memory the system builds over time all sit behind this. See How telemetry works for the full picture.FAQs
Do you store or ingest our telemetry data?
Do you store or ingest our telemetry data?
No. Investigations connect to the observability tools you already run and query them on demand; there’s no need to
ship telemetry to us or keep a copy. The goal is to become an expert user of your existing stack, not to replace it.
Can you query self-hosted or private telemetry?
Can you query self-hosted or private telemetry?
Yes. For a data source that isn’t exposed to the public internet (a Loki, Prometheus, or VictoriaMetrics instance
inside your VPC, for example), run a Connector in your network and attach the data
source to it. Queries travel over an outbound-only, encrypted tunnel, so you never open inbound ports.
What about a tool with no native integration?
What about a tool with no native integration?
Connect it as an MCP server or an HTTP
API. That’s a good way to give investigations visibility into a system
(ArgoCD, say) ahead of native support, which we keep expanding.
Do we need to build a service catalog first?
Do we need to build a service catalog first?
No. Investigations learn each source by exploring it and making test queries, so connecting the source is enough to
get started. A well-built Catalog can improve results, but it isn’t required.
Related
How telemetry works
Routing, query planning, guidance, and memory.
How investigations work
How telemetry queries become evidence in a finding.
Troubleshooting
Why a data source’s queries fail, and what to do about it.