newrelic / newrelic/newrelic-java-agent
[Spike] Investigate why events (Span, Transaction) aren't reported when all timeslice metrics are dropped
@jasonjkeller is already working on this.
Since Aug 3, 2026.
- Dominant language
- Java
- Stars
- 240
- Forks
- 170
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 21
Description
We had a report from a customer who added a global admin Metric Normalization Rule to ignore all metrics (i.e. ^.*$). An unexpected consequence was that all telemetry ceased reporting for all entities in the account, including event data such as Transaction and Span events. It's unclear why this occurred and whether it is intentional, or if there is an underlying bug that should be resolved.
Make sure to do all testing in a US Prod account as the behavior will differ in staging (due to a feature flag that is not deployed in staging).
For additional context, see these links:
- https://new-relic.atlassian.net/browse/NR-592241
- https://newrelic.slack.com/archives/C0NUYPJKA/p1784157410459239
- https://newrelic.slack.com/archives/C0NUYPJKA/p1784189519877609
The goal of this story is to gain an understanding of how metric normalization rules could affect events and determine if this is a bug or not. Additionally, update the Metric Normalization Rule documentation that states "metric normalization applies only to metric timeslice data" to reflect how other data types may be impacted.
Metric normalization rules help you to manage Metric Grouping Issues (MGIs). This helps to ensure that application performance data remains relevant. The metric normalization applies only to metric timeslice data.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.