Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support telemetry in adapters #369

Open
bwsw opened this issue Aug 22, 2023 · 0 comments
Open

Support telemetry in adapters #369

bwsw opened this issue Aug 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bwsw
Copy link
Contributor

bwsw commented Aug 22, 2023

Make adapters accept telemetry parameters. By default, telemetry is disabled. The adapter must trace its stages and propagate telemetry to its output when enabled.

The telemetry configuration accepts the following parameters:

  • OTLP_TRACER_TYPE: noop, jaeger, default noop;
  • OTLP_TRACER_URL: tracer-specific URL (like localhost:port)
  • OTLP_SAMPLING_RATE: 1-N, default 100;
  • OTLP_TRACER_NAME: specified tracer name, by default: by source-adapter name, e.g., rtsp-source
  • OTLP_ROOT_SPAN_NAME: source-pipeline for sources, sink-pipeline for sinks.

The OTLP_SAMPLING_RATE parameter is only configurable for the source adapters.

@bwsw bwsw added the enhancement New feature or request label Aug 22, 2023
@bwsw bwsw added this to the 0.3.0 milestone Aug 22, 2023
@bwsw bwsw modified the milestones: 0.3.0, 0.2.7 Nov 8, 2023
@bwsw bwsw removed this from the 0.2.7 milestone Dec 27, 2023
@bwsw bwsw assigned placccebo and unassigned placccebo Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants