We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200222e commit 447be20Copy full SHA for 447be20
src/main/java/com/uber/cadence/samples/hello/HelloMetric.java
@@ -44,8 +44,9 @@
44
import java.util.Map;
45
46
/**
47
- * Hello World Cadence workflow that executes a single activity. Requires a local instance the
48
- * Cadence service to be running.
+ * Hello World Cadence workflow that executes a single activity with emitting metrics to Prometheus.
+ * Check http://localhost:9098/ to see the reported metrics for scaping.
49
+ * Requires a local instance the Cadence service to be running.
50
*/
51
public class HelloMetric {
52
0 commit comments