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
@codecov
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 (70daba9) to head (58d8272).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2518      +/-   ##
==========================================
+ Coverage   89.90%   89.95%   +0.06%     
==========================================
  Files         225      225              
  Lines        7281     7103     -178     
==========================================
- Hits         6545     6389     -156     
+ Misses        736      714      -22     

see 48 files with indirect coverage changes

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

Upgrade to rapidyaml 0.6.0
@marcalff marcalff removed the pr:please-review This PR is ready for review label Oct 28, 2025
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CONFIG] Implement file configuration

4 participants