package
3.4.0+incompatible
Repository: https://github.com/percona/pmm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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.