metrics icon indicating copy to clipboard operation
metrics copied to clipboard

:chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on.

Results 72 metrics issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/dropwizard/metrics). > [!NOTE] These dependencies have not received...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jakarta.servlet:jakarta.servlet-api](https://projects.eclipse.org/projects/ee4j.servlet) ([source](https://togithub.com/eclipse-ee4j/servlet-api)) | `5.0.0` -> `6.0.0` |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jakarta.ws.rs:jakarta.ws.rs-api](https://togithub.com/eclipse-ee4j/jaxrs-api) | `3.0.0` -> `3.1.0` | [![age](https://badges.renovateapi.com/packages/maven/jakarta.ws.rs:jakarta.ws.rs-api/3.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.errorprone:error_prone_core](https://errorprone.info) ([source](https://togithub.com/google/error-prone)) | `2.14.0` -> `2.15.0` |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jakarta.servlet:jakarta.servlet-api](https://projects.eclipse.org/projects/ee4j.servlet) ([source](https://togithub.com/eclipse-ee4j/servlet-api)) | `5.0.0` -> `6.0.0` |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jakarta.ws.rs:jakarta.ws.rs-api](https://togithub.com/eclipse-ee4j/jaxrs-api) | `3.0.0` -> `3.1.0` | [![age](https://badges.renovateapi.com/packages/maven/jakarta.ws.rs:jakarta.ws.rs-api/3.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.slf4j:slf4j-simple](http://www.slf4j.org) ([source](https://togithub.com/qos-ch/slf4j)) | `2.0.0-alpha6` -> `2.0.2` |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.slf4j:slf4j-simple](http://www.slf4j.org) ([source](https://togithub.com/qos-ch/slf4j)) | `2.0.0-alpha6` -> `2.0.2` |...

dependencies

### Problem Statement I think, fix for https://github.com/dropwizard/metrics/issues/1524 has undesired side-effects in our environment. Because `executor.scheduleWithFixedDelay` accumulating errors (due network latency, for example) when it goes over reporting period, we...

We recently have run into the issue where our `io.dropwizard.jetty.MutableServletContextHandler.requests` metric and other latency calls are not decaying for infrequently hit endpoints. It's resulting in our services remaining in the...