Closed achdmbp closed 4 months ago
@achdmbp I've been able to reproduce your issue. gonna dig into it more now.
@achdmbp could you try changing your config to (all I did was change the single and double quotes on the metrics_filter):
kind: Pelorus
apiVersion: charts.pelorus.dora-metrics.io/v1alpha1
metadata:
name: pelorus-devspaces
spec:
federate_openshift_monitoring:
enabled: true
metrics_filter:
# pull devspaces metrics we're interested in
- '{namespace=~".*-devspaces",pod=~"workspace.+"}'
exporters:
instances: []
prometheus_storage: true
prometheus_storage_pvc_capacity: 3Gi
prometheus_storage_pvc_storageclass: gp2
prometheus_retention_size: 2GB
@etsauer thank you. this has fixed the issue
OpenShift version
4.13
Problem description
After upgrading from pelorus-operator.v0.0.8 to pelorus-operator.v0.0.9, Promethus operator pod shows below error and fails to start Promethus pods:
Steps to reproduce
Current behavior
Promethus operator pod shows below error and fails to start Promethus pods:
Expected behavior
Promethus server starts up without errors
Code of Conduct