Getting started
Connect your first collector in under a minute.
1. Choose a configuration
Loading configurations…
2. Enrollment token
Select a configuration first.
3. Install & connect a collector
Use our test client to verify the connection, or run an OpenTelemetry Collector with OpAMP supervisor.
The test client connects via OpAMP WebSocket, enrolls with your token, and receives configuration from O11yFleet. Run from the repository root:
npx tsx scripts/fake-collector.ts \
--token SELECT_CONFIG_ABOVE \
--name my-collector-01
The OpAMP Supervisor manages a real OpenTelemetry Collector and connects it to O11yFleet for remote configuration.
1. Create a supervisor config file supervisor.yaml:
server:
endpoint: wss://api.o11yfleet.com/v1/opamp
headers:
Authorization: "Bearer SELECT_CONFIG_ABOVE"
agent:
executable: /usr/local/bin/otelcol-contrib
2. Run the supervisor:
opampsupervisor --config supervisor.yaml
4. Waiting for first heartbeat…
No agents connected yet
Run the command above, then this page updates automatically.