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

docs(readme): fix resource providers property docs #5135

Merged
merged 1 commit into from
Feb 4, 2023

Conversation

bcmedeiros
Copy link
Contributor

As we can see in https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/src/main/java/io/opentelemetry/sdk/autoconfigure/ResourceConfiguration.java#L45 and also in #3240, the name of the enable/disable resource providers ends with resource.providers, not resource-providers.

@bcmedeiros bcmedeiros requested a review from a team January 18, 2023 06:41
@codecov
Copy link

codecov bot commented Jan 18, 2023

Codecov Report

Base: 91.10% // Head: 91.10% // No change to project coverage 👍

Coverage data is based on head (cb25e81) compared to base (1e4a7be).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #5135   +/-   ##
=========================================
  Coverage     91.10%   91.10%           
  Complexity     4901     4901           
=========================================
  Files           549      549           
  Lines         14497    14497           
  Branches       1390     1390           
=========================================
  Hits          13208    13208           
  Misses          890      890           
  Partials        399      399           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jack-berg
Copy link
Member

Technically the current form is also correct because we normalize (normalize defined here) - to . when accessing config properties.

I don't have strong opinions about whether dashes make the property easier or harder to understand.

Copy link
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

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

Oh, I like this! I think dots is way more idiomatic. Thanks.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2023

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Feb 4, 2023
@bcmedeiros
Copy link
Contributor Author

Anything else missing to merge?

@github-actions github-actions bot removed the Stale label Feb 4, 2023
@jkwatson jkwatson merged commit cdf13a7 into open-telemetry:main Feb 4, 2023
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.

4 participants