Skip to main content

Open Telemetry

Oodle provides a seamless integration with Open Telemetry. By adding Oodle as an exporter in your Open Telemetry configuration, you can start sending logs directly to your Oodle instance.

Configuration

To configure Open Telemetry to send logs to Oodle, you'll need the following values:

  • OODLE_INSTANCE: Your Oodle instance ID. Go to Settings icon -> API Keys page in your Oodle UI to find out. (Oodle UI links: ap1, us1)
  • OODLE_API_KEY: Your Oodle API key for authentication. Go to Settings icon -> API Keys in your Oodle UI to choose an appropriate key. (Oodle UI links: ap1, us1)

Add the following configuration to your Open Telemetry configuration file:

exporters:
otlphttp/oodle:
logs_endpoint: "https://<OODLE_INSTANCE>-logs.collector.oodle.ai/ingest/otel/v1/logs"
headers:
"X-OODLE-INSTANCE": "<OODLE_INSTANCE>"
"X-API-KEY": "<OODLE_API_KEY>"

Steps

OpenTelemetry Integration

You can find the Open Telemetry config changes by following these steps:

  1. Login to the Oodle UI, then navigate to Settings page
  2. Click on the Open Telemetry tile
  3. Choose an appropriate API key from the list on top of the drawer
  4. Ensure that you have selected the Logs feature in Step 1.

Follow the steps in the drawer to complete the OpenTelemetry setup

Support

If you need assistance or have any questions, please reach out to us through:

  • The help chat widget available on the Support link in the sidebar
  • Email at support@oodle.ai