-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
JSON exporter for Micrometer #11939
JSON exporter for Micrometer #11939
Conversation
73d5e13
to
ff7837b
Compare
...untime/src/main/java/io/quarkus/micrometer/runtime/binder/mpmetrics/ConcurrentGaugeImpl.java
Outdated
Show resolved
Hide resolved
...time/src/main/java/io/quarkus/micrometer/runtime/binder/mpmetrics/AnnotatedGaugeAdapter.java
Outdated
Show resolved
Hide resolved
.../deployment/src/main/java/io/quarkus/micrometer/deployment/export/JsonRegistryProcessor.java
Show resolved
Hide resolved
.builder("org.HdrHistogram.Histogram", | ||
"org.HdrHistogram.DoubleHistogram", | ||
"org.HdrHistogram.ConcurrentHistogram") | ||
.constructors(true).build()); |
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.
Why is reflection necessary for these classes? I'm missing something
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 don't know, but without this, native mode breaks.
...ter/runtime/src/main/java/io/quarkus/micrometer/runtime/registry/json/JsonMeterRegistry.java
Outdated
Show resolved
Hide resolved
...ter/runtime/src/main/java/io/quarkus/micrometer/runtime/registry/json/JsonMeterRegistry.java
Outdated
Show resolved
Hide resolved
b624383
to
6af0a4b
Compare
...crometer/runtime/src/main/java/io/quarkus/micrometer/runtime/registry/json/JsonExporter.java
Show resolved
Hide resolved
f74bb82
to
af13982
Compare
...er/runtime/src/main/java/io/quarkus/micrometer/runtime/export/JsonMeterRegistryProvider.java
Show resolved
Hide resolved
...ions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/export/JsonRecorder.java
Outdated
Show resolved
Hide resolved
...ntime/src/main/java/io/quarkus/micrometer/runtime/registry/json/JsonDistributionSummary.java
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.
🎉
af13982
to
928f180
Compare
@ebullient can you confirm everything is OK from your POV? |
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.
All is well!
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.
Long term, should we donate this registry to Micrometer?
...nsions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/config/JsonConfig.java
Show resolved
Hide resolved
...icrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/export/PrometheusRecorder.java
Show resolved
Hide resolved
928f180
to
daab6d4
Compare
No description provided.