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

Formatting the Mbean attribute 999thPercentile for the metric object requests-$METHOD #436

Closed
1010sachin opened this issue Oct 15, 2018 · 1 comment

Comments

@1010sachin
Copy link
Contributor

The attribute reported as 999thPercentile for all the requests object seems to be confusing. Can it be formatted to something that can make it easily distinguishable from 99thPercentile like 99.9thPercentile or 99_9Percentile?
screen shot 2018-10-15 at 2 05 12 pm

@indianwhocodes
Copy link
Contributor

indianwhocodes commented Jan 24, 2019

@dekobon After reviewing this issue further, I found out that the 999th Percentile Attribute reported for the metric object requests-$METHOD is the default attribute-name value provided by the java lib. for jmx-reporter in package:com.codahale.metrics.jmx;, since we are building the jmx-reporter here using a default jmx-method build() in order to format the specific attribute discussed here we would have to revamp our approach in building the reporter and customize every MBean-Atttribute from scratch, hence I wouldn't recommend fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants