EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
The methods to interact with Pixie's OpenTelemetry exporter
Function | Description |
---|---|
px.otel.Data | Specifies the transformation of a DataFrame into OpenTelemetry data. |
px.otel.Endpoint | The Collector destination for exported OpenTelemetry data. |
px.otel.metric.Gauge | Defines the DataFrame mapping to an OpenTelemetry Metric Gauge |
px.otel.metric.Summary | Defines the DataFrame mapping to an OpenTelemetry Metric Summary |
px.otel.trace.Span | Defines the OpenTelemetry Trace Span type. |