-
Notifications
You must be signed in to change notification settings - Fork 1k
Add descriptions for httpclients and other instrumentations #14248
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
Conversation
…mentation into enable-more-metrics
…mentation into enable-more-metrics
…mentation into enable-more-metrics
| // required on jdk17 | ||
| jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED") | ||
| jvmArgs("-XX:+IgnoreUnrecognizedVMOptions") | ||
| jvmArgs("-Dotel.instrumentation.common.experimental.controller-telemetry.enabled=true") |
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 far as I can tell, this configuration is not used in this instrumentation
docs/instrumentation-list.yaml
Outdated
| - name: url.full | ||
| type: STRING | ||
| - name: apache-httpclient-5.0 | ||
| description: This instrumentation provides CLIENT spans and metrics for version |
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.
akka instrumentation uses enables while here you use provides, should we use the same wording?
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.
yes i think we should try and be consistent, i'll update accordingly
Related to #13468
Adds descriptions and captures telemetry for another batch of instrumentations