Quickstart
Target: your first trace landing in GreenSlope in under five minutes. Every quickstart ends with a verification step that confirms the trace made it.
Pick your stack:
Next.jsApp Router, server actions, and Node runtime routes.Node.jsExpress, Fastify, Hono, and other Node HTTP servers.
Don't see your stack? Email support [at] greenslope [dot] io. We prioritise additional examples by real customer demand.
What every quickstart does
Each quickstart takes you through the same four moves:
- Install the standard OpenTelemetry SDK for your framework. There is no GreenSlope-branded SDK; you use the upstream OTel packages.
- Set three resource attributes:
service.name,service.version, andgreenslope.release.id. These let GreenSlope attribute errors back to a deploy. - Point the OTLP trace exporter at
https://ingest.greenslope.io/v1/otel/v1/traces. - Verify that a trace reached your tenant by loading the dashboard and checking Live traces.