-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OTel-Arrow components: trace Arrow stream send/recv and propagate tra…
…ce context (#139) Adds tracing support. This will enable diagnosis of pipeline stalls when they happen, which we believe is caused by a downstream component that we will be able to identify with traces enabled. TESTED=manual & unittests Test configuration like ``` receivers: otelarrow/1: protocols: grpc: endpoint: 127.0.0.1:4317 otelarrow/2: protocols: grpc: endpoint: 127.0.0.1:4319 exporters: otelarrow: endpoint: 127.0.0.1:4319 wait_for_ready: true tls: insecure: true sending_queue: enabled: false debug: # Uncomment this to print actual data. verbosity: detailed service: pipelines: traces/1: receivers: [otelarrow/1] processors: [] exporters: [otelarrow] traces/2: receivers: [otelarrow/2] processors: [] exporters: [debug] telemetry: resource: "service.name": "simple-gateway" traces: propagators: [tracecontext] processors: - batch: exporter: otlp: protocol: grpc/protobuf endpoint: 127.0.0.1:4319 logs: level: info ```
- Loading branch information
Showing
4 changed files
with
302 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.