Installation
We are integrated with OpenTelemetry (opens in a new tab). OpenTelemetry supports several programming languages and platforms. We have added some examples below.
Quick Start
Feature | Description |
---|---|
Flask | Get started with the OpenTelemetry Flask instrumentation |
Django | Get started with the OpenTelemetry Django instrumentation |
FastAPI | Get started with the OpenTelemetry FastAPI instrumentation |
Express | Get started with the OpenTelemetry Express.js instrumentation |
NextJS | Get started with the OpenTelemetry NextJS instrumentation |
Other Platroms
If you are using another platform not listed above, you can still integrate OpenTelemetry. Use the following required environment variables.
>_ Terminal
export OTEL_EXPORTER_OTLP_ENDPOINT="https://collect.smallhours.dev/"
export OTEL_EXPORTER_OTLP_HEADERS="small-hours-api-key=YOUR_API_KEY,small-hours-service-id=YOUR_SERVICE_ID"