Skip to content

Latest commit

 

History

History
 
 

README.md

pmm-agent

pmm-agent for PMM 2.x.

Contributing notes

Pre-requisites:

git, make, curl, go, gcc, docker, docker-compose, pmm-server

Local setup

Install one or more exporters:

  • node_exporter
  • mysqld_exporter
  • rds_exporter
  • postgres_exporter
  • mongodb_exporter
  • proxysql_exporter

To run pmm-agent

Testing

Run make env-up to set-up environment.
Run make test to run tests.

Code style

Before making PR, please run make check-all locally to run all checkers and linters.