-
Notifications
You must be signed in to change notification settings - Fork 47
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
Update Documentation for MicroProfile Metrics 5.1 #6792
Comments
Hi @Channyboy - the updates for this feature are now available for review on the draft site:
If any further changes are needed, just let me know. When you're satisfied with the update, you can add the |
Peer ReviewMicroservice observability with metrics Should MicroProfile Metrics 5.0 and MicroProfile Metrics 5.1 mentions be linked to the MicroProfile Metrics pages? The property accepts a value from 1 to 5 and is defaulted to 3 if no value is specified. |
Peer Reviewmicroprofile-config-properties #metrics mp.metrics.defaultAppName The value for this property is defined at the server level and is used in conjunction with the However, without a similar tag value provided for servlet metrics that are created in the server context, a registration exception is thrown. Also thrown is getting picked up by Acrolinx -> might need to replace thrown with maybe - displayed. mp.metrics.distribution.histogram.buckets Accepts a comma-separated list of float and integer values greater than 0. Value precedence is right-to-left, so that values that are specified later in the property definition take precedence over previously-specified values. over previously-specified values -> over previously specified values (across multiple properties ) mp.metrics.distribution.histogram.max-value When the Value precedence is right-to-left, so that values that are defined later in the property definition take precedence over earlier values. mp.metrics.distribution.histogram.min-value lower picked up Acrolinx (accessibility) over previously-specified values -> over previously specified values (across multiple properties ) Value precedence is right-to-left so that values that -> Value precedence is right-to-left so values that (across multiple properties ) mp.metrics.distribution.percentiles Setting the property with a metric name but no percentile values disables percentile output for that metric. over previously-specified values -> over previously specified values (across multiple properties ) Value precedence is right-to-left so that values that -> Value precedence is right-to-left so values that (across multiple properties ) mp.metrics.distribution.percentiles-histogram.enabled Values defined later take precedence over values before (i.e., right to left precedence). ( i.e. getting picked up by Acrolinx) mp.metrics.distribution.timer.buckets Specifies a list of metric names that are paired with custom sets of histogram buckets for the metric to track and output. Float values will not be accepted. over previously-specified values -> over previously specified values (across multiple properties ) Value precedence is right-to-left, so that values that -> Value precedence is right-to-left so values that (across multiple properties ) mp.metrics.distribution.timer.max-value When the upper picked up Acrolinx (accessibility) over previously-specified values -> over previously specified values (across multiple properties ) Value precedence is right-to-left, so that values that -> Value precedence is right-to-left so values that (across multiple properties )mp.metrics.distribution.timer.min-value When the lower picked up in Acrolinx (accessibility) over previously-specified values -> over previously specified values (across multiple properties ) Value precedence is right-to-left, so that values that -> Value precedence is right-to-left so values that (across multiple properties ) mp.metrics..enabled This property is available starting in MicroProfile Metrics 5.0 . mp.metrics.. This property is available starting in MicroProfile Metrics 5.0 . mp.metrics.smallrye.histogram.precision The property accepts a value from 1 to 5 and is defaulted to 3 if no value is specified. This property is available starting in MicroProfile Metrics 5.0 . mp.metrics.smallrye.timer.precision The property accepts a value from 1 to 5 and is defaulted to 3 if no value is specified. This property is available starting in MicroProfile Metrics 5.0 . |
Brief summary now as placeholder (further details to be added in):
Related to: OpenLiberty/open-liberty#25217
MP Metrics 5.1 will include a few new MP Config properties that will allow users to customize the output of the Histogram and Timer metrics w.r.t. quantiles output and histogram buckets (new). These properties only apply during start time.
See (eclipse/microprofile-metrics#779)
Updates would be needed to
The text was updated successfully, but these errors were encountered: