Questions tagged [pmm-server]

6 questions
3
votes
0 answers

Can we can configure grpc_pass and proxy_pass on single nginx conf for the same location(/)?

I am trying to configure Percona PMM along with my proxy servers so that my client servers can securely connect to PMM server. Attaching the current setup here. Also providing the nginx conf I am using now. server { listen 443 ssl…
maktoob
  • 31
  • 1
2
votes
1 answer

RDS Monitoring using PMM2, Missing Host Metrics for Postgres

I am using PMM2 for monitoring all my RDS instances. I added Postgres as a remote database, But by adding a database as remote in PMM2 we miss host-level metrics like CPU, Memory etc. What is the recommended way of adding Postgres (RDS) or a way to…
xrage
  • 4,690
  • 4
  • 25
  • 31
1
vote
1 answer

MetricQL function inside the PromQL

Im using a dashboard from here and it is using a function called topk_max I found that this is from MeticQL. But Im using prometheus. Is there any way to replicate the function in PromQL?
TheDataGuy
  • 2,712
  • 6
  • 37
  • 89
0
votes
0 answers

Add MongoDB v3.4 cluster to Percona Monitoring and Management v2

Is it possible to add MongoDB v3.4 cluster to Percona Monitoring and Management v2? Can't use PMM1 because I can't deploy it in EKS. The documentation says that MongoDB version v4.0 and higher is supported. I also tried to deploy PMM1 in EKS, but it…
0
votes
0 answers

Mongo DB Query Analytics not showing in PMM tool

I have a docker service and created PMM Server and Postgresql and Mongo DB on that docker and I have enabled the pmm client for getting metrics to the PMM interface metrics are came. But I am unable to query analytics for Mongo DB, it shows empty. I…
0
votes
1 answer

Percona client installation failed in linux server with aarch64 architecture

I am trying to install Percona client on two different Linux servers with the same ubuntu version (20.04.2 LTS), but with different architecture. The percona client got successfully installed in the server with x86_64(amd64) architecture but failing…