-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cover changes in 3.15.4 backports #2318
base: main
Are you sure you want to change the base?
Conversation
2fa45ff
to
de2d41a
Compare
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 think this test is alright, but if there is a TP, let's link it so that I know what to verify.
...try-reactive/src/test/java/io/quarkus/ts/opentelemetry/reactive/OpentelemetryReactiveIT.java
Outdated
Show resolved
Hide resolved
...try-reactive/src/test/java/io/quarkus/ts/opentelemetry/reactive/OpentelemetryReactiveIT.java
Outdated
Show resolved
Hide resolved
There is no TP |
Out of curiosity, are exemplars available in OpenTelemetry metrics? |
@rsvoboda do you mean this: https://github.com/quarkiverse/quarkus-micrometer-registry/blob/main/micrometer-registry-otlp/pom.xml ? The exemplars are definitely not available without |
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.
Ok, if no TP is expected, I think this tests what it says and tests are passing, code looks good
f0ccfae
to
71db754
Compare
Covers QUARKUS-5424
71db754
to
baed534
Compare
Covers QUARKUS-5637
@michalvavrik @fedinskiy I meant https://quarkus.io/guides/opentelemetry-metrics The doc is talking about exemplars in the example, so hopefully it works. |
PR title could be more specific |
|
||
@Test | ||
@Tag("QUARKUS-5637") | ||
public void testNetty() { |
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.
AFAICT this test verifies that metrics doesn't have high cardinality label as id because has too many values, I'd probably call it differently, something like testNettyIdLabelNotPresent
or whatever suits you
Still looks good even with addion and changes. I am not going to approve again while there is don't merge label. Can't comment on the title as I am not sure what will be final state of this PR (if there is more feature, it can be hard to name...) |
Summary
Please select the relevant options.
run tests
phrase in comment)Checklist: