1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Also disable otlp exporter by default

This commit is contained in:
Quentin Gliech
2022-11-18 23:47:47 +01:00
parent 81e2571097
commit ef42c2d6a9
2 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ mas-templates = { path = "../templates" }
indoc = "1.0.7"
[features]
default = ["otlp", "jaeger", "zipkin", "prometheus", "webpki-roots", "policy-cache"]
default = ["jaeger", "zipkin", "prometheus", "webpki-roots", "policy-cache"]
# Features used in the Docker image
docker = ["otlp", "jaeger", "zipkin", "prometheus", "native-roots", "mas-config/docker"]
@ -70,7 +70,7 @@ native-roots = ["mas-http/native-roots", "mas-handlers/native-roots"]
# Use the webpki root certificates
webpki-roots = ["mas-http/webpki-roots", "mas-handlers/webpki-roots"]
# Enable OpenTelemetry OTLP exporter.
# Enable OpenTelemetry OTLP exporter. Requires protoc.
otlp = ["dep:opentelemetry-otlp"]
# Enable OpenTelemetry Jaeger exporter and propagator.
jaeger = ["dep:opentelemetry-jaeger", "dep:opentelemetry-http"]