Skip to content

Commit b09935a

Browse files
author
Tim Middleton
committed
Add message regards legacy metrics
1 parent 297da4d commit b09935a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/cmd/monitoring.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ Prometheus using docker compose.`,
226226

227227
grafanaURL := fmt.Sprintf("http://localhost:%v/d/coh-main/coherence-dashboard-main", grafanaPort)
228228
cmd.Printf("\nOpen the Grafana dashboard at %s, using admin/admin\n\n", grafanaURL)
229+
cmd.Println("Note: If you are running a Coherence version before 14.1.2-0-0 or 25.03, you must set the following")
230+
cmd.Println("property on each cluster member to emit the new style metrics used by the latest dashboards:")
231+
cmd.Println(" -Dcoherence.metrics.legacy.names=false")
232+
cmd.Println()
229233

230234
err = mon.dockerCommand([]string{"ps"})
231235
if err != nil {

0 commit comments

Comments
 (0)