Skip to content
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

[chore][docs] Reflect current practices about configuration structs in coding guidelines #11549

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

mx-psi
Copy link
Member

@mx-psi mx-psi commented Oct 28, 2024

Description

Reflects existing practice in coding guidelines.

Link to tracking issue

Relates to #6767, fixes #9428

@mx-psi mx-psi added Skip Changelog PRs that do not require a CHANGELOG.md entry Skip Contrib Tests labels Oct 28, 2024
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.45%. Comparing base (7f6dc01) to head (913aea9).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11549   +/-   ##
=======================================
  Coverage   91.45%   91.45%           
=======================================
  Files         438      438           
  Lines       23827    23827           
=======================================
  Hits        21791    21791           
  Misses       1658     1658           
  Partials      378      378           

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

@mx-psi mx-psi marked this pull request as ready for review October 28, 2024 14:36
@mx-psi mx-psi requested a review from a team as a code owner October 28, 2024 14:36
@mx-psi mx-psi requested review from songy23 and atoulme October 28, 2024 14:36
Copy link
Contributor

@evan-bradley evan-bradley left a comment

Choose a reason for hiding this comment

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

It's great to have this written down somewhere, thank you.

@mx-psi mx-psi merged commit 39f714b into open-telemetry:main Oct 29, 2024
46 of 59 checks passed
@mx-psi mx-psi deleted the mx-psi/config-settings branch October 29, 2024 09:59
@github-actions github-actions bot added this to the next release milestone Oct 29, 2024
djaglowski pushed a commit to djaglowski/opentelemetry-collector that referenced this pull request Nov 21, 2024
…n coding guidelines (open-telemetry#11549)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

<!-- Issue number if applicable -->

Reflects existing practice in coding guidelines.

#### Link to tracking issue

Relates to open-telemetry#6767, fixes open-telemetry#9428
HongChenTW pushed a commit to HongChenTW/opentelemetry-collector that referenced this pull request Dec 19, 2024
…n coding guidelines (open-telemetry#11549)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

<!-- Issue number if applicable -->

Reflects existing practice in coding guidelines.

#### Link to tracking issue

Relates to open-telemetry#6767, fixes open-telemetry#9428
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry Skip Contrib Tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decide on naming rules for Settings structs
4 participants