Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Victoriametrics | 8,213 | 4 | a day ago | 174 | September 08, 2022 | 633 | apache-2.0 | Go | ||
VictoriaMetrics: fast, cost-effective monitoring solution and time series database | ||||||||||
Parseable | 976 | 2 days ago | 18 | agpl-3.0 | Rust | |||||
Lightweight, low latency, cloud native log store and analysis engine. Centralise logs from all your environments for fast log analysis and resolution. | ||||||||||
Pmm | 333 | 11 | 2 days ago | 167 | May 31, 2021 | 78 | agpl-3.0 | Go | ||
Percona Monitoring and Management: an open source database monitoring, observability and management tool | ||||||||||
Skywalking Banyandb | 151 | 3 days ago | 1 | June 02, 2022 | 1 | apache-2.0 | Go | |||
An observability database aims to ingest, analyze and store Metrics, Tracing and Logging data. | ||||||||||
App | 61 | 3 | 3 years ago | 10 | May 04, 2020 | 6 | Go | |||
Reusable framework for micro services & command line tools | ||||||||||
Approzium | 54 | 10 months ago | 8 | January 20, 2022 | 24 | apache-2.0 | Go | |||
Approzium allows a cloud service to authenticate to a database without ever having access to its password | ||||||||||
Sqlmetrics | 22 | 7 months ago | mit | Go | ||||||
Prometheus metrics for Go database/sql via VictoriaMetrics/metrics | ||||||||||
Zx | 17 | 2 years ago | mpl-2.0 | Rust | ||||||
serverless, column-based database | ||||||||||
Skywalking Banyandb Java Client | 17 | 3 days ago | 1 | May 23, 2022 | 2 | apache-2.0 | Java | |||
The client implementation for SkyWalking BanyanDB in Java | ||||||||||
Exposed Opentracing | 11 | 2 years ago | apache-2.0 | Kotlin | ||||||
OpenTracing instrumentation of Exposed (Kotlin ORM Framework) |
A single pane of glass to easily view and monitor the performance of your MySQL, MongoDB, PostgreSQL, and MariaDB databases.
Percona Monitoring and Management (PMM) is a best-of-breed open source database monitoring solution. It helps you reduce complexity, optimize performance, and improve the security of your business-critical database environments, no matter where they are located or deployed. PMM helps users to:
See the PMM Documentation for more information.
Please check our Documentation for the actual architecture.
There are numbers of installation methods, please check our Setting Up documentation page.
But in a nutshell:
$ docker pull percona/pmm-server:2
$ docker volume create pmm-data
$ docker run --detach --restart always \
--publish 443:443 \
--volume pmm-data:/srv \
--name pmm-server \
percona/pmm-server:2
Enter the username and password. The defaults are username: admin and password: admin
We encourage contributions and are always looking for new members that are as dedicated to serving the community as we are.
If youre looking for information about how you can contribute, we have contribution guidelines across all our repositories in CONTRIBUTING.md
files. Some of them may just link to the main projects repositorys contribution guidelines.
We're looking forward to your contributions and hope to hear from you soon on our Forums and Discord.
If you find a bug in Percona Monitoring and Management or one of the related projects, you should submit a report to that project's JIRA issue tracker. Some of related project also have GitHub Issues enabled, so you also could submit there.
Your first step should be to search the existing set of open tickets for a similar report. If you find that someone else has already reported your problem, then you can upvote that report to increase its visibility.
If there is no existing report, submit a report following these steps:
An excellent resource is Elika Etemad's article on filing good bug reports..
As a general rule of thumb, please try to create bug reports that are:
Percona is dedicated to keeping open source open. Wherever possible, we strive to include permissive licensing for both our software and documentation. For this project, we are using the GNU AGPLv3 license.