Skip to content

[confighttp, configgrpc] Remove experimental note on IncludeMetadata #10685

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

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Jul 21, 2024

Description

Remove the experimental comment on IncludeMetadata in confighttp and configgrpc

Link to tracking issue

Fixes #9381, Fixes #9642

@atoulme atoulme requested review from a team and TylerHelmuth July 21, 2024 07:16
Copy link

codecov bot commented Jul 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.38%. Comparing base (7d5b1ba) to head (1dc99fe).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10685   +/-   ##
=======================================
  Coverage   92.38%   92.38%           
=======================================
  Files         403      403           
  Lines       18729    18729           
=======================================
  Hits        17303    17303           
  Misses       1066     1066           
  Partials      360      360           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ChrsMark
Copy link
Member

Fixes #9642 as well.

@mx-psi
Copy link
Member

mx-psi commented Jul 22, 2024

Added this

Fixes #9642 as well.

to the PR description

Copy link
Member

@mx-psi mx-psi left a comment

Choose a reason for hiding this comment

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

This is related to client, so I said before that we should probably want to stabilize that first (more discussion here #9381 (comment)).

Looking at client, I don't see any major changes waiting, so I am in favor of merging this with the understanding that we need to make client 1.0 to make configgrpc/confighttp 1.0

Copy link
Member

@TylerHelmuth TylerHelmuth left a comment

Choose a reason for hiding this comment

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

Agree with removing this warning and the expectation that configgrpc and confighttp require client to be stable first.

@mx-psi mx-psi merged commit 88349c8 into open-telemetry:main Jul 23, 2024
69 checks passed
@github-actions github-actions bot added this to the next release milestone Jul 23, 2024
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: [user, api]
Copy link
Member

Choose a reason for hiding this comment

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

I don't believe this should be in the user-facing changelog

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Woops. I'll open a new PR to fix that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

[configgrpc] IncludeMetadata is experimental [config/confighttp] IncludeMetadata is experimental
5 participants