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

fix: update Grafana dashboard to reflect throttle metrics rename #147

Merged
merged 3 commits into from
Sep 29, 2024

Commits on Sep 29, 2024

  1. fix: update Grafana dashboard for new metric name

    The metrics for throttling reasons have been renamed from `nvidia_smi_clocks_throttle_reasons_*` to `nvidia_smi_clocks_event_reasons_*`. This change has broken the Grafana dashboard.
    
    xref: utkuozdemir#123
    squat authored and utkuozdemir committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    441cda8 View commit details
    Browse the repository at this point in the history
  2. fix: update documentation

    The metrics exposed by the exporter no longer show `nvidia_smi_clocks_throttle_reasons_*` but rather `nvidia_smi_clocks_event_reasons_*`.
    squat authored and utkuozdemir committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d212be7 View commit details
    Browse the repository at this point in the history
  3. feat: use fallbacks to old throttle reason metrics in dashboard

    Keep it backwards-compatible.
    
    Signed-off-by: Utku Ozdemir <[email protected]>
    utkuozdemir committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c24f1bb View commit details
    Browse the repository at this point in the history