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

Dashboard JSON updates to support latest Grafana versions #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 16, 2024

  1. Singlestat Gauge visualizations updated to latest standalone Gauge vi…

    …sualization.
    
    Singlestat was deprecated in Grafana 7.0 and removed in Grafana 8.0:
    https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/stat/
    mitchtech committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c72d318 View commit details
    Browse the repository at this point in the history
  2. Migrate from deprecated legacy Graph panel to Time Series panel

    The Graph (old) panel uses a deprecated, legacy platform based on AngularJS and will stop working in future releases of Grafana:
    https://grafana.com/docs/grafana/latest/developers/angular_deprecation/
    https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/time-series/
    mitchtech committed May 16, 2024
    Configuration menu
    Copy the full SHA
    46dfbe7 View commit details
    Browse the repository at this point in the history