Skip to content

m1iktea/pmm-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pmm-client with no auth

Why

I have been troubled by monitoring percona Mongodb cluster recently. I'm not used to PMM server monitoring percona Mongo cluster , I want to be able to scrape metrics exported by exporter from a Prometheus instances that is outside of the PMM server. I have tried many ways to access the metrics with a defined passwd , but it didn't work. In my kubernetes env , there is no security problem , so I decide to run exporter with noauth

How to use

I installed percona Mongodb cluster by helm . so for me just change pmm-client image repository

...
pmm:
  enabled: true
  image:
    repository: mi1ktea/pmm-client
    tag: 2.27.0
  serverHost: your-pmm-server
...

About

percona/pmm-client exporter with noauth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published