You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Disable the Prometheus feature by default
It remains enabled in the Docker image, but this avoids having to have protoc installed to build the binary
This commit is contained in:
@ -57,7 +57,7 @@ mas-templates = { path = "../templates" }
|
||||
indoc = "1.0.7"
|
||||
|
||||
[features]
|
||||
default = ["jaeger", "zipkin", "prometheus", "webpki-roots", "policy-cache"]
|
||||
default = ["jaeger", "zipkin", "webpki-roots", "policy-cache"]
|
||||
|
||||
# Features used in the Docker image
|
||||
docker = ["otlp", "jaeger", "zipkin", "prometheus", "native-roots", "mas-config/docker"]
|
||||
|
Reference in New Issue
Block a user