-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Counter64 not a supported type #23897
Labels
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
djaglowski
added
enhancement
New feature or request
help wanted
Extra attention is needed
and removed
needs triage
New item requiring triage
bug
Something isn't working
labels
Jul 5, 2023
@technimad-splunk, can I assign this to you? |
@djaglowski Ok. I'll give it a go! |
@bobbled with these PR's merged I believe this issue can be closed. Can you agree and close the issue? |
@technimad-splunk, yes thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component(s)
receiver/snmp
What happened?
Description
snmpreceiver does not support collecting counter64 values.
Steps to Reproduce
Attempt to collect counter64 values with snmpreceiver.
Expected Result
counter64 objects are handled as int's and passed through the pipeline.
Actual Result
counter64 objects are treated as unsupported types.
Collector version
0.80.0
Environment information
Environment
OS: Ubuntu 20.04 (kubernetes)
OpenTelemetry Collector configuration
Log output
Additional context
This may have been left out deliberately for some reason I can't see. It looks like it may have been an oversight, however.
The relevant line in the snmp receiver that lacks counter64 support.
The gosnmp const.
The text was updated successfully, but these errors were encountered: