Skip to content

Conversation

marcalff
Copy link
Member

@marcalff marcalff commented Jan 31, 2024

Fixes #2481

Start with examples/yaml/main.cc

Features implemented:

  • https://github.com/open-telemetry/opentelemetry-configuration
    • Full support for propagators
    • Full support for traces, including recursive sampler definitions.
  • Extension points
    • Custom propagators
    • Custom samplers
    • Custom span processors
    • Custom span exporters
    • Custom pull metric exporters
    • Custom push metric exporters
    • Custom log record processors
    • Custom log record exporters

Changes

Please provide a brief description of the changes here.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@marcalff marcalff requested a review from a team January 31, 2024 00:19
@marcalff marcalff marked this pull request as draft January 31, 2024 00:28
@marcalff marcalff changed the title [IGNORE ME] Poc config yaml [RFC] Poc config yaml Feb 20, 2024
@esigo esigo self-assigned this Feb 26, 2024
Copy link

codecov bot commented May 14, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.95%. Comparing base (6673570) to head (402d44d).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2518      +/-   ##
==========================================
+ Coverage   89.94%   89.95%   +0.02%     
==========================================
  Files         225      225              
  Lines        7273     7273              
==========================================
+ Hits         6541     6542       +1     
+ Misses        732      731       -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:do-not-merge This PR is not ready to be merged. pr:please-review This PR is ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CONFIG] Implement file configuration

4 participants