hyperledger / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5, soon 3.0)
https://hyperledger.github.io/bevel-operator-fabric/
Apache License 2.0
271 stars 91 forks source link

Not able to get the prometheus metrics #201

Closed pshgpt closed 9 months ago

pshgpt commented 11 months ago

What happened?

I have enabled the service monitor in the respective CRD's but after importing the dashboard I cannot see the fabric metrics.

Screenshot from 2023-11-09 19-02-21

What did you expect to happen?

Available metrics

How can we reproduce it (as minimally and precisely as possible)?

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts -n monitoring

helm install my-kube-prometheus-stack prometheus-community/kube-prometheus-stack --version 52.1.0 -n monitoring

kubectl port-forward deployment/my-kube-prometheus-stack-grafana 3000 -n monitoring

Anything else we need to know?

No response

Kubernetes version

```console # kubectl get nodes -o wide ```
pshgpt commented 9 months ago

resolved