Hey Community, I have setup Percona MongoDB using helm chart and also enabled PMM for monitoring with respective value file. Now when I check dashboard for prebuilt dashboard, QAN dashboard is not having mongodb cluster. Also Collections data is not coming over collections dashboard. I don’t know what is the issue. I have enabled the operatingProfiling using below values.
pmm:
enabled: true
replsets:
rs0:
configuration: |
operationProfiling:
slowOpThresholdMs: 200
mode: slowOp
rateLimit: 100
I followed below official doc for the enabling QAN. but several links are breaking saying page not found. Also I connected PMM server using API_KEY way.
Can anyone please help me here?