Getting started
atrim.ai turns your existing OpenTelemetry into topology, ranked critical paths, and automatic analysis — you point your data at it and the work starts on its own. This is the whole path from the landing page to your first spans arriving.
The path
Section titled “The path”-
Land and pick a route. Open atrim.ai. Two ways in, each one click:
- Connect my app — you already emit OpenTelemetry and want your own services in.
- Explore the demo — nothing to connect yet, so start on a live OpenTelemetry demo with incidents firing throughout the day and see what atrim.ai does with it.
-
Sign in. A magic link to your email, or GitHub — one step, and your workspace is ready.
-
Copy your config. You get an API key and the OTLP endpoint, ready to paste — the key is what routes your telemetry to your workspace. The App route needs no code change; the Collector route adds an exporter beside the ones you already run.
-
Watch it arrive. The app watches for your first spans and tells you what it sees — the service name, the span count, and which signal arrived. If nothing shows up, the same screen links to troubleshooting.
-
Explore. Once data is arriving, start at Critical Paths — the ranked view of where time and errors actually accumulate — or open Service Topology for the map.
Copy the config
Section titled “Copy the config”The App route needs no SDK and no code change — four standard OpenTelemetry environment variables:
The Collector route adds an exporter rather than replacing one, so whatever you already send telemetry to keeps receiving it. Both snippets, and the full per-language reference, are on Connect your app.
Where to look next
Section titled “Where to look next”atrim.ai groups its surfaces into four entry points. Once your first traces land:
- Intelligence — start here. Critical Paths ranks the request paths through your system by where the time and the errors actually are. Metric Signals surfaces the metrics that moved.
- Exploration — Service Topology for the map, and the Traces, Logs & Metrics explorers for individual requests, lines and ad-hoc metric queries.
- Incidents — automatic detection with a full lifecycle: an incident that opens on a real condition and closes itself when the condition clears.
- Admin & Governance — your API key, alerting webhooks, appearance, and account.
