Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/percona/pmm-server
PMM Server
https://github.com/percona/pmm-server
grafana-dashboard monitoring pmm prometheus victoriametrics
Last synced: about 1 month ago
JSON representation
PMM Server
- Host: GitHub
- URL: https://github.com/percona/pmm-server
- Owner: percona
- License: agpl-3.0
- Archived: true
- Created: 2016-04-17T16:33:04.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T19:24:59.000Z (over 2 years ago)
- Last Synced: 2024-08-01T08:14:55.161Z (4 months ago)
- Topics: grafana-dashboard, monitoring, pmm, prometheus, victoriametrics
- Homepage: https://percona.com/docs/pmm
- Size: 19.2 MB
- Stars: 186
- Watchers: 39
- Forks: 67
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - tools/percona-monitoring-and-management) - Percona Monitoring and Management (PMM) is a free and open-source platform for managing and monitoring MySQL, MariaDB and MongoDB performance. You can run PMM in your own environment for maximum security and reliability. It provides thorough time-based analysis for MySQL, MariaDB and MongoDB servers to ensure that your data works as efficiently as possible. (Applications / Development)
- Awesome-Linux-Software - ![Open-Source Software - tools/percona-monitoring-and-management) - Percona Monitoring and Management (PMM) is a free and open-source platform for managing and monitoring MySQL, MariaDB and MongoDB performance. You can run PMM in your own environment for maximum security and reliability. It provides thorough time-based analysis for MySQL, MariaDB and MongoDB servers to ensure that your data works as efficiently as possible. (Applications / Development)
README
# Percona Monitoring and Management (PMM) Server
See the [PMM docs](https://www.percona.com/doc/percona-monitoring-and-management/2.x/index.html) for more information.
## Submitting Bug Reports
If you find a bug in Percona Monitoring and Management Server or one of the related projects, you should submit a report to that project's [JIRA](https://jira.percona.com) issue tracker.
Your first step should be [to search](https://jira.percona.com/issues/?jql=project+%3D+PMM+AND+component+%3D+%22PMM+Server%22) 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:
1. [Sign in to Percona JIRA.](https://jira.percona.com/login.jsp) You will need to create an account if you do not have one.
2. [Go to the Create Issue screen and select the relevant project.](https://jira.percona.com/secure/CreateIssueDetails!init.jspa?pid=11600&issuetype=1&priority=3&components=11314)
3. Fill in the fields of Summary, Description, Steps To Reproduce, and Affects Version to the best you can. If the bug corresponds to a crash, attach the stack trace from the logs.An excellent resource is [Elika Etemad's article on filing good bug reports.](http://fantasai.inkedblade.net/style/talks/filing-good-bugs/).
As a general rule of thumb, please try to create bug reports that are:
- _Reproducible._ Include steps to reproduce the problem.
- _Specific._ Include as much detail as possible: which version, what environment, etc.
- _Unique._ Do not duplicate existing tickets.
- _Scoped to a Single Bug._ One bug per report.