gabohc

Results 2 comments of gabohc

Same happens to me. As @ukasyah99 says, it appears when you visit a paged wrapped by RequireAuth

Using the redis-sentinel bitnami chart, for me the following worked: ``` env: - name: CE_BROKER_URL value: "sentinel://redis-sentinel.web.svc.cluster.local:26379" - name: CE_BROKER_TRANSPORT_OPTION value: "master_name=redis-master" ``` I am able to see the metrics...