MinIO monitoring data is collected by kube-prometheus-stack and displayed in Grafana, however MinIO cosnole is unable to retrieve advanced metrics from Prometheus. I think this might be caused by the MINIO_PROMETHEUS_URL environment variable not being set in the tenant StatefulSet and pods regardless of it being specified under env section in the operator and tenant values.yaml - see below.
Expected Behavior
MinIO cosnole is able to display advanced metrics from Prometheus.
Current Behavior
MinIO cosnole is unable to display advanced metrics from Prometheus.
The operator Deplyment has these environment variables defined:
MinIO monitoring data is collected by kube-prometheus-stack and displayed in Grafana, however MinIO cosnole is unable to retrieve advanced metrics from Prometheus. I think this might be caused by the
MINIO_PROMETHEUS_URL
environment variable not being set in the tenant StatefulSet and pods regardless of it being specified underenv
section in the operator and tenantvalues.yaml
- see below.Expected Behavior
MinIO cosnole is able to display advanced metrics from Prometheus.
Current Behavior
MinIO cosnole is unable to display advanced metrics from Prometheus. The operator Deplyment has these environment variables defined:
The tenant StatefulSet has only these environment variables defined:
Possible Solution
Make sure
MINIO_PROMETHEUS_URL
environment variable is present in tenant's StatefulSet.Steps to Reproduce (for bugs)
values.yaml
:values.yaml
:Context
I am trying to get advanced metrics displayed in MinIO tenant console.
Your Environment