diff --git a/pkg/harvester/edit/harvesterhci.io.addon/rancher-monitoring.vue b/pkg/harvester/edit/harvesterhci.io.addon/rancher-monitoring.vue index 1ab86b394ae..6ad1628566c 100644 --- a/pkg/harvester/edit/harvesterhci.io.addon/rancher-monitoring.vue +++ b/pkg/harvester/edit/harvesterhci.io.addon/rancher-monitoring.vue @@ -168,7 +168,7 @@ export default { iconSrc: grafanaSrc, label: 'monitoring.overview.linkedList.grafana.label', description: 'monitoring.overview.linkedList.grafana.description', - link: `/k8s/clusters/${ currentCluster.id }/api/v1/namespaces/${ CATTLE_MONITORING_NAMESPACE }/services/http:rancher-monitoring-grafana:80/proxy/?orgId=1`, + link: `/k8s/clusters/${ currentCluster.id }/api/v1/namespaces/${ CATTLE_MONITORING_NAMESPACE }/services/http:rancher-monitoring-grafana:80/proxy`, }, prometheus: { enabled: false,