EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Describes the endpoint and any connection arguments necessary to talk to an OpenTelemetry collector. Passed as an argument to px.otel.Data
.
Name | Type | Description |
---|---|---|
url | string | The URL of the OTel collector. |
headers | Dict[string,string], optional | The connection metadata to add to the header of the request. |
insecure | bool, optional | Whether to allow insecure connections to the OpenTelemetry collector. False by default. |