EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Writes the data to the specified output destination. For example, can be used to specify an export to OpenTelemetry using the methods available in px.otel.trace
or px.otel.metrics
.
Name | Type | Description |
---|---|---|
out | px.DataFrame | The DataFrame to write out to the output stream. |
export_spec | Exporter | The destination specification for the DataFrame data. |