summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-05-16 17:40:39 +0200
committerGitHub <[email protected]>2022-05-16 17:40:39 +0200
commit8c32984d7c30fe913ba5f0f6eb727775e8540e0b (patch)
tree478f669ac2e8629c8aa62fa06a4571d7d1fe147f /.rr.yaml
parent24366385286db8b4bd679446c23c48d9db1ec3cc (diff)
parent789d280c23b58271ed5711bdd1245973ccac5694 (diff)
[#1131]: release: `v2.10.0`v2.10.0
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index d54bc068..b6c84119 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -499,6 +499,48 @@ http:
"fe80::/10",
]
+ # [SINCE 2.10] OpenTelemetry middleware
+ otel:
+ # Use insecure endpoint (http) or insecure gRPC
+ #
+ # Default: false
+ insecure: true
+
+ # Use gzip to compress the spans
+ #
+ # Default: false
+ compress: false
+
+ # Client to send the spans
+ #
+ # Default: http. Possible values: `http`, `grpc`
+ client: http
+
+ # Provides functionality to emit telemetry to consumers
+ #
+ # Default: otlp. Possible values: otlp (used for new_relic, datadog), zipkin or stdout
+ exporter: otlp
+
+ # Used for the http client to override the default URL
+ #
+ # Default: empty
+ custom_url: ""
+
+ # User's service name
+ #
+ # Default: RoadRunner
+ service_name: "rr_test"
+
+ # User's service version
+ #
+ # Default: RoadRunner
+ service_version: "1.0.0"
+
+ # Consumer's endpoint
+ #
+ # Default: localhost:4318
+ endpoint: "127.0.0.1:4318"
+
# [SINCE 2.6] New Relic middleware
new_relic:
# Application name.