-
Notifications
You must be signed in to change notification settings - Fork 859
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
package cloud resource in javaagent - but keep them disabled by default #10754
package cloud resource in javaagent - but keep them disabled by default #10754
Conversation
...ain/java/io/opentelemetry/javaagent/tooling/config/ResourceProviderPropertiesCustomizer.java
Outdated
Show resolved
Hide resolved
...ain/java/io/opentelemetry/javaagent/tooling/config/ResourceProviderPropertiesCustomizer.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also created a PR to add the aws detectors a while back #7927 That one has a test that verifies that aws provider runs after ContainerResourceProvider
could you check whether it would make sense to bring that test over to this PR.
84b9a51
to
7f4bd5e
Compare
.github/renovate.json5
Outdated
// Renovate's default behavior is only to update from unstable -> unstable if it's for the | ||
// major.minor.patch, under the assumption that you would want to update to the stable version | ||
// of that release instead of the unstable version for a future release | ||
// (TODO remove once the artifacts above release stable versions) | ||
"ignoreUnstable": false | ||
"matchCurrentVersion": "/^.*-alpha$/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extracted to standalone PR: #10761
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as this part is already in a separate PR it might be best to remove it from this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
4da18f8
to
bca96f1
Compare
...ain/java/io/opentelemetry/javaagent/tooling/config/ResourceProviderPropertiesCustomizer.java
Outdated
Show resolved
Hide resolved
...ain/java/io/opentelemetry/javaagent/tooling/config/ResourceProviderPropertiesCustomizer.java
Outdated
Show resolved
Hide resolved
...java/io/opentelemetry/javaagent/tooling/config/ResourceProviderPropertiesCustomizerTest.java
Outdated
Show resolved
Hide resolved
602ee35
to
f412cae
Compare
...ain/java/io/opentelemetry/javaagent/tooling/config/ResourceProviderPropertiesCustomizer.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add documentation somewhere (either in this repo, or draft PR to website repo)?
b68105d
to
0bb07e8
Compare
|
0bb07e8
to
694ab74
Compare
plugins can be enabled or disabled using
otel.resource.providers.<>.enabled
, e.g.otel.resource.providers.aws.enabled
Fixes #10447