COLLAPSE ALL
  • Home
  • About Pixie
    • Pixie Overview
    • Data Sources
    • How Pixie uses eBPF
    • Roadmap
    • FAQ
    • Troubleshooting
  • Installing Pixie
    • Requirements
  • Using Pixie
    • Using the Live UI
    • Using the CLI
    • Using the API
  • Tutorials
  • Reference
    • Architecture
    • PxL
      • OpenTelemetry Export
        • px.otel.Data
        • px.otel.Endpoint
        • px.otel.metric.Gauge
        • px.otel.metric.Summary
        • px.otel.trace.Span

px.otel.Endpoint

The Collector destination for exported OpenTelemetry data.

Describes the endpoint and any connection arguments necessary to talk to an OpenTelemetry collector. Passed as an argument to px.otel.Data.

Arguments

NameTypeDescription
urlstringThe URL of the OTel collector.
headersDict[string,string], optionalThe connection metadata to add to the header of the request.
insecurebool, optionalWhether to allow insecure connections to the OpenTelemetry collector. False by default.
timeoutint, optionalThe number of seconds before the request should timeout when exporting to the OTel collector.
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.