-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Stork observability #35934
Stork observability #35934
Conversation
/cc @brunobat (micrometer), @ebullient (micrometer) |
integration-tests/rest-client-reactive-stork/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
.../src/main/java/io/quarkus/micrometer/runtime/binder/stork/StorkObservationCollectorBean.java
Outdated
Show resolved
Hide resolved
4957b27
to
dd7f3c1
Compare
...r/deployment/src/main/java/io/quarkus/micrometer/deployment/binder/StorkBinderProcessor.java
Show resolved
Hide resolved
...ployment/src/test/java/io/quarkus/micrometer/deployment/binder/StorkMetricsDisabledTest.java
Outdated
Show resolved
Hide resolved
...meter/deployment/src/test/java/io/quarkus/micrometer/deployment/binder/StorkMetricsTest.java
Show resolved
Hide resolved
.../src/main/java/io/quarkus/micrometer/runtime/binder/stork/StorkObservationCollectorBean.java
Outdated
Show resolved
Hide resolved
.../src/main/java/io/quarkus/micrometer/runtime/binder/stork/StorkObservationCollectorBean.java
Outdated
Show resolved
Hide resolved
...llrye-stork/runtime/src/main/java/io/quarkus/stork/QuarkusStorkObservableInfrastructure.java
Show resolved
Hide resolved
dd7f3c1
to
531532c
Compare
8b20409
to
ea04ddb
Compare
.../src/main/java/io/quarkus/micrometer/runtime/binder/stork/StorkObservationCollectorBean.java
Outdated
Show resolved
Hide resolved
.../src/main/java/io/quarkus/micrometer/runtime/binder/stork/StorkObservationCollectorBean.java
Outdated
Show resolved
Hide resolved
4b96595
to
fd12e78
Compare
fd12e78
to
d73f80d
Compare
d73f80d
to
3be8196
Compare
.../src/main/java/io/quarkus/micrometer/runtime/binder/stork/StorkObservationCollectorBean.java
Outdated
Show resolved
Hide resolved
.../src/main/java/io/quarkus/micrometer/runtime/binder/stork/StorkObservationCollectorBean.java
Show resolved
Hide resolved
.../src/main/java/io/quarkus/micrometer/runtime/binder/stork/StorkObservationCollectorBean.java
Outdated
Show resolved
Hide resolved
.../src/main/java/io/quarkus/micrometer/runtime/binder/stork/StorkObservationCollectorBean.java
Show resolved
Hide resolved
3be8196
to
354ee28
Compare
650a481
to
355309a
Compare
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.
Awesome! a few things to change, but nothing major (and enjoy your long weekend @aureamunoz )
.../test/java/io/quarkus/micrometer/deployment/binder/StorkMetricsServiceDiscoveryFailTest.java
Show resolved
Hide resolved
...meter/deployment/src/test/java/io/quarkus/micrometer/deployment/binder/StorkMetricsTest.java
Show resolved
Hide resolved
355309a
to
ca9e2f7
Compare
Thanks for the review @cescoffier. I've just pushed the suggested changes. Let's see what CI says |
This comment has been minimized.
This comment has been minimized.
ca9e2f7
to
fbfd643
Compare
🙈 The PR is closed and the preview is expired. |
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.
Can you rebase to see if the CI still fails on micrometer?
I don't think we should rebase, please have a look at the tests first locally as it seems they are failing for all JDKs which is highly suspicious. |
fbfd643
to
8760f3b
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.
We are probably missing an integration test project to make sure the produced metrics values make sense and can be maintained in the future with minimal impact.
This comment has been minimized.
This comment has been minimized.
8760f3b
to
61d6427
Compare
This comment has been minimized.
This comment has been minimized.
61d6427
to
ebbcf7c
Compare
Failing Jobs - Building ebbcf7c
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: extensions/hibernate-orm/deployment extensions/oidc-client-graphql/deployment
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 102 more 📦 extensions/hibernate-orm/deployment✖
📦 extensions/oidc-client-graphql/deployment✖
⚙️ JVM Tests - JDK 17 #- Failing: extensions/oidc-client-graphql/deployment
📦 extensions/oidc-client-graphql/deployment✖
⚙️ JVM Tests - JDK 17 Windows #- Failing: extensions/vertx-http/deployment
! Skipped: devtools/cli extensions/agroal/deployment extensions/amazon-lambda-http/deployment and 364 more 📦 extensions/vertx-http/deployment✖
✖
⚙️ Maven Tests - JDK 11 Windows #📦 integration-tests/maven✖
✖
✖
✖
✖
✖
✖
✖
⚙️ Native Tests - Messaging1 #- Failing: integration-tests/kafka-oauth-keycloak
📦 integration-tests/kafka-oauth-keycloak✖ |
No description provided.