Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lhpqaq committed Jan 10, 2025
1 parent 1d8dda5 commit 5e1f2c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public Map<String, Object> dashboards() {
Map<String, Object> configuration = LocalSettings.configurations(getServiceName(), "grafana-dashboard");
grafanaDashboardContent = (String) configuration.get("content");
bmAgentClusterDashboardConfig = (String) configuration.get("bm_agent_cluster_dashboard");
bmAgentClusterDashboardConfig = (String) configuration.get("bm_agent_host_dashboard");
bmAgentHostDashboardConfig = (String) configuration.get("bm_agent_host_dashboard");
prometheusDashboardPath = MessageFormat.format("{0}/prometheus", dashboardsDir());
return configuration;
}
Expand Down

0 comments on commit 5e1f2c0

Please sign in to comment.