Help Docs

Export OpenTelemetry data to Site24x7

Follow these steps to seamlessly export your OpenTelemetry data to Site24x7 APM Insight.

  1. Log in to your Site24x7 web client.
  2. Navigate to APM.
  3. Select OpenTelemetry.
  4. Click + next to Services, Metrics, or Logs.
  5. Copy the OTLP Endpoint and API Key from this page and configure your OTLP Exporter to export data to this endpoint with the api-key header set.
    Generally, the OTLP exporter endpoint and headers in OpenTelemetry SDKs can be set via the OTEL_EXPORTER_OTLP_ENDPOINT and OTEL_EXPORTER_OTLP_HEADERS environment variables, respectively.
    export OTEL_EXPORTER_OTLP_ENDPOINT="SITE24X7_OPENTELEMETRY_ENDPOINT"
    export OTEL_EXPORTER_OTLP_HEADERS="api-key=SITE24X7_LICENSE_KEY"
    If you are using an OpenTelemetry collector, follow the below syntax:
    exporters:
     otlphttp:
      endpoint: "SITE24X7_OPENTELEMETRY_ENDPOINT"
      headers:
       "api-key": "SITE24X7_LICENSE_KEY
Note

Replace SITE24X7_OPENTELEMETRY_ENDPOINT and SITE24X7_LICENSE_KEY with your actual endpoint and license key.

Was this document helpful?

Would you like to help us improve our documents? Tell us what you think we could do better.


We're sorry to hear that you're not satisfied with the document. We'd love to learn what we could do to improve the experience.


Thanks for taking the time to share your feedback. We'll use your feedback to improve our online help resources.

Shortlink has been copied!