EXPAND ALL
  • Home

px.export

Sends a DataFrame from Pixie to the specified output.

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.

Arguments

NameTypeDescription
outpx.DataFrameThe DataFrame to write out to the output stream.
export_specExporterThe destination specification for the DataFrame data.

Examples

px.export(df, px.otel.Data(...))

This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.