We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
In the exporter's metrics output, one can see:
# HELP junos_fpc_cpu_total Number of CPUs # TYPE junos_fpc_cpu_total gauge junos_fpc_cpu_total{re_name="N/A",slot="0",target="1.2.3.4"} 48
This value (48) varies over time, so I think it cannot be the number of CPUs as explained in the # HELP field.
48
# HELP
It looks like it is current total CPU usage, i.e. 48 % in this example.
48 %
HTH.
The text was updated successfully, but these errors were encountered:
c2f9e70
Merge pull request #164 from momorientes/cpu_total
fc5687b
fix help of junos_fpc_cpu_total, fixes #152
Thank you very much @czerwonk ! 👍
Sorry, something went wrong.
No branches or pull requests
Hello,
In the exporter's metrics output, one can see:
This value (
48
) varies over time, so I think it cannot be the number of CPUs as explained in the# HELP
field.It looks like it is current total CPU usage, i.e.
48 %
in this example.HTH.
The text was updated successfully, but these errors were encountered: