Skip to content

Conversation

@maryliag
Copy link
Contributor

Update the kitchen sink example, to use the latest from the spec, and parsing also with format from rc.2

@maryliag maryliag requested a review from a team as a code owner October 20, 2025 03:55
@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.01%. Comparing base (91e0d23) to head (34ecb7d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6029   +/-   ##
=======================================
  Coverage   95.01%   95.01%           
=======================================
  Files         313      313           
  Lines        8799     8799           
  Branches     1888     1888           
=======================================
  Hits         8360     8360           
  Misses        439      439           
Files with missing lines Coverage Δ
...ntelemetry-configuration/src/FileConfigProvider.ts 95.27% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good 👍


function parseConfigFile(config: ConfigurationModel) {
const supportedFileVersions = ['1.0-rc.1'];
const supportedFileVersions = ['1.0-rc.1', '1.0-rc.2'];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not for now, but when we eventually go GA with this we should stop supporting all but the latest version.

@pichlermarc pichlermarc added this pull request to the merge queue Oct 20, 2025
Merged via the queue into open-telemetry:main with commit fe8fd65 Oct 20, 2025
25 checks passed
@maryliag maryliag deleted the config-example branch October 20, 2025 16:09
maryliag added a commit to maryliag/opentelemetry-js that referenced this pull request Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants