Skip to content
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

Merged
merged 1 commit into from
Sep 24, 2020
Merged

Conversation

jmartisk
Copy link
Contributor

@jmartisk jmartisk commented Sep 7, 2020

No description provided.

@jmartisk jmartisk requested a review from ebullient September 7, 2020 12:07
@jmartisk jmartisk force-pushed the master-json-exporter branch 3 times, most recently from 73d5e13 to ff7837b Compare September 8, 2020 08:55
.builder("org.HdrHistogram.Histogram",
"org.HdrHistogram.DoubleHistogram",
"org.HdrHistogram.ConcurrentHistogram")
.constructors(true).build());
Copy link
Member

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

Copy link
Contributor Author

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.

@jmartisk jmartisk force-pushed the master-json-exporter branch 2 times, most recently from b624383 to 6af0a4b Compare September 9, 2020 06:07
@jmartisk jmartisk force-pushed the master-json-exporter branch 2 times, most recently from f74bb82 to af13982 Compare September 15, 2020 08:56
Copy link
Member

@ebullient ebullient left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@jmartisk jmartisk force-pushed the master-json-exporter branch from af13982 to 928f180 Compare September 17, 2020 08:07
@jmartisk jmartisk marked this pull request as ready for review September 17, 2020 08:08
@gsmet
Copy link
Member

gsmet commented Sep 18, 2020

@ebullient can you confirm everything is OK from your POV?

@gsmet gsmet added this to the 1.9.0 - master milestone Sep 18, 2020
Copy link
Member

@ebullient ebullient left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All is well!

Copy link
Member

@kenfinnigan kenfinnigan left a 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?

@jmartisk jmartisk force-pushed the master-json-exporter branch from 928f180 to daab6d4 Compare September 22, 2020 13:16
@jmartisk jmartisk merged commit 14507f8 into quarkusio:master Sep 24, 2020
@jmartisk jmartisk deleted the master-json-exporter branch September 24, 2020 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants