File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/src/main/java/io/temporal/samples/metrics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public static void main(String[] args) {
72
72
73
73
System .out .println ("Result: " + result );
74
74
75
- System .out .println ("Starter metrics are available at http://localhost:8081/prometheus " );
75
+ System .out .println ("Starter metrics are available at http://localhost:8078/metrics " );
76
76
77
77
// We don't shut down the process here so metrics can be viewed.
78
78
}
Original file line number Diff line number Diff line change @@ -74,6 +74,6 @@ public static void main(String[] args) {
74
74
75
75
factory .start ();
76
76
77
- System .out .println ("Workers metrics are available at http://localhost:8080/prometheus " );
77
+ System .out .println ("Workers metrics are available at http://localhost:8077/metrics " );
78
78
}
79
79
}
You can’t perform that action at this time.
0 commit comments