Skip to content

Commit 447be20

Browse files
committed
add comment
1 parent 200222e commit 447be20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/com/uber/cadence/samples/hello/HelloMetric.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@
4444
import java.util.Map;
4545

4646
/**
47-
* Hello World Cadence workflow that executes a single activity. Requires a local instance the
48-
* Cadence service to be running.
47+
* Hello World Cadence workflow that executes a single activity with emitting metrics to Prometheus.
48+
* Check http://localhost:9098/ to see the reported metrics for scaping.
49+
* Requires a local instance the Cadence service to be running.
4950
*/
5051
public class HelloMetric {
5152

0 commit comments

Comments
 (0)