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

Negative Values Reported Deriving from StatsImpl and RepsponseTimeStatsImpl #709

Closed
tbradellis opened this issue Feb 17, 2022 · 6 comments
Closed
Assignees
Labels
bug Something isn't working as designed/intended GTSE There is an associated support escalation with this issue.

Comments

@tbradellis
Copy link
Contributor

A pernicious issue that has alluded root cause discovery for some time due to an inability to consistently reproduce it and/or obtain live logging data has finally been reproduced.
Internally, we have information here:
https://newrelic.atlassian.net/browse/GTSE-13353

It looks like in StatsImpl and RepsonseTimeStatsImpl we need to synchronize on a few metric aggregation points.

public void recordResponseTimeInNanos(long responseTime, long exclusiveTime) {

The links here should not be considered an exhaustive description of where all the problem exists. Addition metric debug information is provided in the logs from the reporting customers application, so we should double check that there aren't other places that show the Supportability metric for negative values. We should check to see if the DefaultTracer had any hits in those logs.

Additional context

[TIP]: # ( Add any other context about the problem here. For example, relevant community posts or support tickets. )

@tbradellis tbradellis added the bug Something isn't working as designed/intended label Feb 17, 2022
@kford-newrelic
Copy link
Contributor

Bumped from the 7.6.0 release; will target for the next release.

@kford-newrelic
Copy link
Contributor

Not able to determine root cause after extensive exploration. Deferring this issue as a potential future roadmap consideration. Moving back to Triage.

@kford-newrelic
Copy link
Contributor

Was not able to include in FY23Q1's agent release. Not selected for next quarter's agent roadmap. Will consider for a future agent release.

@kford-newrelic kford-newrelic added the wontfix Issue will not be worked on label Sep 8, 2022
@kford-newrelic
Copy link
Contributor

Not selected for the agent roadmap. Issue does not appear to be widespread/common.

@kford-newrelic kford-newrelic closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2022
@workato-integration
Copy link

@kford-newrelic kford-newrelic added GTSE There is an associated support escalation with this issue. and removed wontfix Issue will not be worked on labels Oct 17, 2023
@kford-newrelic
Copy link
Contributor

Issue appears to have resolved with #1685

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as designed/intended GTSE There is an associated support escalation with this issue.
Projects
Archived in project
Development

No branches or pull requests

4 participants