-
Notifications
You must be signed in to change notification settings - Fork 651
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
field scale not found in type config.Metric #1062
Comments
This is not released yet. Will be available in v0.25.0. |
I have the exact same issue on standard Ubuntu running in Virtualbox. Make like above fails and so does a docker build...
|
That is a different issue. |
For questions/help/support please use our community channels. There are more people available to potentially respond to your request and the whole community can benefit from the answers provided. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Host operating system: output of
uname -a
Debian GNU/Linux 12 (bookworm)
Linux monitor2 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux
snmp_exporter version: output of
snmp_exporter -version
docker: prom/snmp-exporter 0.24.1
What device/snmpwalk OID are you using?
If this is a new device, please link to the MIB(s).
What did you do that produced an error?
What did you expect to see?
snmp_exporter running with default config
https://raw.githubusercontent.com/prometheus/snmp_exporter/main/snmp.yml
What did you see instead?
It seems to choke on the scale setting on line 23224 of the default config, which is the only place scale is used.
The text was updated successfully, but these errors were encountered: