Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Add missing hints for HdrHistogram #1484

Closed
sdeleuze opened this issue Feb 7, 2022 · 0 comments
Closed

Add missing hints for HdrHistogram #1484

sdeleuze opened this issue Feb 7, 2022 · 0 comments
Assignees
Labels
type: compatibility Native image compatibility issue
Milestone

Comments

@sdeleuze
Copy link
Contributor

sdeleuze commented Feb 7, 2022

Currently when a endpoint generating metrics is used, this exception is thrown:

java.lang.IllegalArgumentException: java.lang.NoSuchMethodException: org.HdrHistogram.Histogram.<init>(long, long, int)
	at org.HdrHistogram.DoubleHistogram.<init>(DoubleHistogram.java:220) ~[na:na]
	at org.HdrHistogram.DoubleHistogram.<init>(DoubleHistogram.java:141) ~[na:na]
	at org.HdrHistogram.DoubleHistogram.<init>(DoubleHistogram.java:77) ~[na:na]
	at io.micrometer.core.instrument.distribution.TimeWindowPercentileHistogram.<init>(TimeWindowPercentileHistogram.java:38) ~[na:na]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: compatibility Native image compatibility issue
Development

No branches or pull requests

1 participant