feat: disable metrics for auth instances #5341

Merged
alexlebens merged 1 commits from tmp/directus-1 into main 2026-03-31 22:25:32 +00:00
Showing only changes of commit 921768fbcd - Show all commits

View File

@@ -212,3 +212,7 @@ valkey:
aclUsers:
default:
permissions: "~* &* +@all"
# No option to configure metrics when auth is enabled
# https://github.com/valkey-io/valkey-helm/issues/135
metrics:
enabled: false