Skip to content

Add tracing config in the telemetry package

Marcos Huck requested to merge feature/telemetry_config into feature/telemetry_agent

Related tasks

  • Telemetry

Context

We're working on adding telemetry to different projects, and some config can be extracted to avoid duplicating code.

Change

This MR introduces a configuration that allows you to initialize tracing for your project by just using the telemetry package and calling ParseTracingConfig and InitializeTracing.

Other information

Additional documentation

Merge request reports