From 02b4b93fbc561ff43eeaa528abad4e2d717371bd Mon Sep 17 00:00:00 2001 From: Mike Brennan Date: Tue, 7 Jan 2025 15:31:08 +0000 Subject: [PATCH] add new json plugin for grafana --- modules/grafana/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grafana/Makefile b/modules/grafana/Makefile index 1a3d3ae53e..9268987ae8 100644 --- a/modules/grafana/Makefile +++ b/modules/grafana/Makefile @@ -4,7 +4,7 @@ LOCAL_DASHBOARD_DIRECTORY ?= $(shell ${BUILD_HARNESS_EXTENSIONS_PATH}/modules/gr CORE_CLUSTER_JSONNET_BRANCH ?= main CREATE_GRAFANA_INSTANCE ?= true GRAFANA_IMAGE ?= grafana/grafana:11.3.0 -GRAFANA_PLUGINS ?= natel-discrete-panel,grafana-piechart-panel,grafana-athena-datasource,marcusolsson-json-datasource +GRAFANA_PLUGINS ?= natel-discrete-panel,grafana-piechart-panel,grafana-athena-datasource,marcusolsson-json-datasource,yesoreyeram-infinity-datasource MINTEL_BASE_URL ?= mintel.cloud # Generally no reason to change these defaults, but values don't matter as long as they're different from eachother GRAFANA_LOCAL_DOCKER_NAME = grafana_local