How to Find Your Grafana Version Info (3 different ways)

You can find your Grafana version several different ways. Here are three:

  1. 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.

  2. You can always find your Grafana version using the HTTP API’s health endpoint like this: curl your-grafana-url/api/health

  3. 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

5 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.