Harshit Vijayvargia
Harshit Vijayvargia

Reputation: 225

How to support global variable in Grafana common to all dashboards?

I am using a custom formula in a variable that I want to use across multiple dashboards. Is there a way to make global variable in grafana?

Upvotes: 8

Views: 1540

Answers (1)

Brian Burns
Brian Burns

Reputation: 22012

Unfortunately it doesn't look like Grafana supports this, as of version 9.

See https://github.com/grafana/grafana/issues/1959, from 2015, and some duplicates:

You can subscribe to an issue to be notified of any updates.

The only global variables available for now are the built-in ones listed here -

https://grafana.com/docs/grafana/next/variables/variable-types/global-variables/

Upvotes: 3

Related Questions