Telemetry

OpenTelemetry

Step 1 - Create a OneUptime Telemetry Service.

Once you have created a OneUptime account, you can create a telemetry service by clicking on the "Add Service" button.

After you sign up to OneUptime and create a project. Click on more in the Navigation bar and click on "Telemetry".

On the telemetry service page, click on "Create Telemetry Service" button.

Create Service

Once you create a telemetry service, click on "View Service" and you will be redirected to the telemetry service page.

Click on View Service Token and copy the token. You will need this token to configure the telemetry service. Please keep this token safe.

View Service

Step 2 - Configure the telemetry service in your application.

Application Logs

We use OpenTelemetry to collect application logs. OneUptime currently supports log ingestion from these OpenTelemetry SDKs. Please follow the instructions to configure the telemetry service in your application.

Integrate with OneUptime

Once you have configured the telemetry service in your application, you can integrate with OneUptime by setting the following environment variables.

Environment Variable Value
OTEL_EXPORTER_OTLP_HEADERS x-oneuptime-service-token=
OTEL_EXPORTER_OTLP_ENDPOINT https://otlp.oneuptime.com

Example

export OTEL_EXPORTER_OTLP_HEADERS=x-oneuptime-service-token=9c8806e0-a4aa-11ee-be95-010d5967b068
export OTEL_EXPORTER_OTLP_ENDPOINT=https://otlp.oneuptime.com

If you're self-hosting oneuptime, this can be changed to your self hosted OpenTelemetry collector endpoint (eg: http(s)://<your-oneuptime-host>/otlp)

Once you run your application, you should see the logs in the OneUptime telemetry service page. Please contact [email protected] if you need any help.

Our Commitment to Open Source
  • Everything we do at OneUptime is 100% open-source. You can contribute and improve this post here here.