summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml79
1 files changed, 32 insertions, 47 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 2039d84a..13147a7b 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -4,7 +4,6 @@
# MORE DOCS CAN BE FOUND HERE: <https://roadrunner.dev/docs/intro-config> #
######################################################################################
-$schema: "./schemas/config/3.0.schema.json"
# Production usage guide: https://roadrunner.dev/docs/app-server-production/2.x/en
# Hint: RR will replace any config options using reference to environment variables,
@@ -192,61 +191,47 @@ temporal:
#
# Optional section
metrics:
-
- # ---- Prometheus
-
- # Metrics driver to use
- #
- # Optional, default: prometheus. Available values: prometheus, statsd
- driver: 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
- #
- # Default: "summary". Supported values: summary, histogram
- type: "summary"
-
- # Temporal metrics prefix
- #
- # Default: (empty)
- prefix: "foobar"
-
- # ---- Statsd (uncomment)
# Metrics driver to use
- #
# Optional, default: prometheus. Available values: prometheus, statsd
- # driver: statsd
-
- # Statsd host and port
- #
- # Optional, default: 127.0.0.1:8125
- # host_port: "127.0.0.1:8125"
-
- # Prefix for the metrics
- #
- # Optional, default: empty
- # prefix: "samples"
-
- # Flush interval is the maximum interval for sending packets.
- #
- # Optional, default: 1s
- # flush_interval: 1s
+ driver: prometheus
- # Flush bytes specifies the maximum udp packet size you wish to send.
- # If FlushBytes is unspecified, it defaults to 1432 bytes, which is
- # considered safe for local traffic
- #
- # Optional, default: 1432
- # flush_bytes: 1432
+ # ---- Prometheus
+ prometheus:
+ # Metrics type
+ type: "summary"
+ # Temporal metrics prefix
+ # Default: (empty)
+ prefix: "foobar"
- # Tags passed to the statsd on init
- #
- # Optional, default: empty
+ # ---- Statsd (uncomment)
+ # Statsd host and port
+ #statsd:
+ # Optional
+ # default: 127.0.0.1:8125
+ # host_port: "127.0.0.1:8125"
+ #
+ # Prefix for the metrics
+ # Optional, default: empty
+ # prefix: "samples"
+ #
+ # Flush interval is the maximum interval for sending packets.
+ # Optional, default: 1s
+ # flush_interval: 1s
+ #
+ # Flush bytes specifies the maximum udp packet size you wish to send.
+ # If FlushBytes is unspecified, it defaults to 1432 bytes, which is
+ # considered safe for local traffic
+ # Optional, default: 1432
+ # flush_bytes: 1432
+ #
+ # Tags passed to the statsd on init
+ # Optional, default: empty
#tags:
- # - foo: bar
+ # foo: bar
# Temporal TLS configuration
#