diff options
author | Nicolai Cornelis <[email protected]> | 2024-10-26 16:10:15 +0200 |
---|---|---|
committer | Nicolai Cornelis <[email protected]> | 2024-10-26 16:10:15 +0200 |
commit | ab706842bd8ea474d4751ae17038d4734c65c8cf (patch) | |
tree | fad593a3aa93b469d20eff525d91efbd53cd5c33 | |
parent | 18132a1d42cfe66028a5c1f2bf79870a7f665ec4 (diff) |
Fix schema violation in .rr.yaml
-rw-r--r-- | .rr.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -187,13 +187,11 @@ temporal: # Default: default namespace: default + # Temporal metrics # # Optional section metrics: - # Server metrics address - # Required for the production. Default: 127.0.0.1:9091, for the metrics 127.0.0.1:9091/metrics - address: 127.0.0.1:9091 # Metrics driver to use # Optional, default: prometheus. Available values: prometheus, statsd @@ -201,6 +199,9 @@ temporal: # ---- Prometheus prometheus: + # Server metrics address + # Required for the production. Default: 127.0.0.1:9091, for the metrics 127.0.0.1:9091/metrics + address: 127.0.0.1:9091 # Metrics type type: "summary" # Temporal metrics prefix |