You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @Oasis-MS, thanks for filing! This was recently fixed as a part of #39124. The fix should be included in the next release, but please reach out if it continues to fail.
Uh oh!
There was an error while loading. Please reload this page.
Component(s)
receiver/sqlserver
What happened?
Description
This receiver is continuously failing to collect metrics (possibly) due to large INT values being converted into Float using scientific notation.
Steps to Reproduce
Tested with a tempdb sized 40681152KB.
Receiver configured in the most basic manner possible, and confirmed connections OK.
Expected Result
Expected receiver to scrape standard default metrics.
Expected to parse INT: "40681152"
Actual Result
Collection attempt failed, with repeated events in Windows Log.
Receiver is attempting to parse: "4.068064e+07"
Collector version
0.125.0
Environment information
Environment
OS: Windows 2022 DataCenter
Compiler(if manually compiled): go 1.23.0
OpenTelemetry Collector configuration
Log output
Additional context
Might have an issue on LINE 331 or 833 in scraper.go
The text was updated successfully, but these errors were encountered: