-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Disable logger exporter metrics if metrics disabled #47600
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
base: main
Are you sure you want to change the base?
Conversation
/cc @radcortez (opentelemetry) |
Thanks for your pull request! Your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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 just did quick check through the text, I will try the functionality tmr.
.../runtime/src/main/java/io/quarkus/opentelemetry/runtime/config/build/MetricsBuildConfig.java
Outdated
Show resolved
Hide resolved
...try/runtime/src/main/java/io/quarkus/opentelemetry/runtime/config/build/LogsBuildConfig.java
Outdated
Show resolved
Hide resolved
...try/deployment/src/main/java/io/quarkus/opentelemetry/deployment/OpenTelemetryProcessor.java
Outdated
Show resolved
Hide resolved
Clarify documentation of properties enabling OTel logs and metrics
Status for workflow
|
This comment has been minimized.
This comment has been minimized.
Status for workflow
|
import io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem; | ||
import io.quarkus.deployment.builditem.nativeimage.RuntimeReinitializedClassBuildItem; | ||
import io.quarkus.deployment.builditem.nativeimage.ServiceProviderBuildItem; | ||
import io.quarkus.deployment.builditem.nativeimage.*; |
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.
Please don't use star imports
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.
will fix
Also, clarify documentation of properties enabling OTel logs and metrics