You can find your Grafana version several different ways. Here are three:
-
you can find your grafana version inside the UI. Look for a “question mark” icon inside a circle. Common locations in the Grafana UI are here, here, or here, depending on your platform and access level.
-
You can always find your Grafana version using the HTTP API’s
health
endpoint like this:curl your-grafana-url/api/health
-
You can also find your Grafana version by running the
grafana-server -v
command from Grafana’s root directory like this:./bin/grafana-server -v