Remove "Stage" variable
as we will use distinct Influx and Grafana instances for the different stages/environments.
This commit is contained in:
@ -2,17 +2,6 @@ from grafanalib.core import Template
|
||||
|
||||
from utils.utils import read_query
|
||||
|
||||
stage_variable = Template(
|
||||
dataSource="Flux",
|
||||
label="Stage",
|
||||
name="stages",
|
||||
query=read_query("stages"),
|
||||
refresh=1,
|
||||
includeAll=True,
|
||||
multi=True,
|
||||
default="production",
|
||||
)
|
||||
|
||||
environment_variable = Template(
|
||||
dataSource="Flux",
|
||||
label="Environment IDs",
|
||||
|
Reference in New Issue
Block a user