Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

sentry-micrometer PoC 4: Ignoring Metrics

Aperta
#6,150 1 commento 0 reazioni 1 assegnatario Vedi su GitHub

@adinauer ci sta già lavorando.

Dal 23/9/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

Java Platform: Java

When using a default setup of Spring Boot + Actuator + Micrometer, the auto emitted logback.events and log4j2.events metrics can be high volume and start slowing down the application. Other Metrics may also be dropped due to one (or more) high volume metrics.

Screenshot 2026-09-22 at 14.53.53.png

This is a flaw in how Sentry Java SDK currently buffers metrics by simply taking each increment as a separate entry. This means a high volume metrics can cause other metrics to no longer make it to Sentry.

As a first step and workaround we want to offer a Sentry.metrics().ignoredMetrics() option that allows customers to easily configure which metrics (by name) should not be sent to Sentry.

In the future we should revisit this. One solution could be to start accumulating metrics, see https://github.com/getsentry/sentry-java/issues/6151

Lingua principale
Kotlin
Stelle
1.4k
Fork
478
Merge medio
2g 20h
PR unite (30g)
71

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di getsentry/sentry-java

Tutte le issue di getsentry/sentry-java

Issue simili

Altre issue su Kotlin

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.