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

Database query time metrics - MongoDB - Values are 1/1000 starting with 10.18.0.8 #874

Closed
ppp0 opened this issue Apr 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ppp0
Copy link

ppp0 commented Apr 9, 2024

Description

After upgrading agent to 10.18.0.8 we noticed that query time metrics for mongodb are shrunk by 1/1000 suggesting a different conversion to milliseconds along the road. Same behaviour observed with v10.19.0.9

Steps to Reproduce

  • Install newrelic agent 10.17.0.7
  • Run some php code that hits a mongodb database
  • Query time is shown in milliseconds

image

  • Upgrade newrelic agent to 10.18.0.8
  • Run same php code
  • Query time is shown as nanoseconds
    image

Expected Behavior

No change in metrics expected

Relevant Logs / Console output

n/a

Your Environment

  • Kubernetes 1.28
  • Pods based on php:8.1.24-fpm-bookworm (web and non-web)
@ppp0 ppp0 added the bug Something isn't working label Apr 9, 2024
@ppp0
Copy link
Author

ppp0 commented Jun 27, 2024

Confirmed fix with #878

@ppp0 ppp0 closed this as completed Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant