We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1559dd commit 6e2047eCopy full SHA for 6e2047e
pkg/cluster/ClusterServiceExtended.go
@@ -294,7 +294,7 @@ func (impl *ClusterServiceImplExtended) CreateGrafanaDataSource(clusterBean *bea
294
if grafanaDatasourceId == 0 {
295
//starts grafana creation
296
createDatasourceReq := grafana.CreateDatasourceRequest{
297
- Name: "Prometheus-" + env.Name,
+ Name: "Prometheus-" + env.Name + "-EnvId-" + fmt.Sprint(env.Id),
298
Type: "prometheus",
299
Url: clusterBean.PrometheusUrl,
300
Access: "proxy",
0 commit comments