VictoriaMetrics
VictoriaMetrics is a third-party monitoring solution and time-series database that replaced Prometheus in PMM 2.12.0.
Push/Pull modes
VictoriaMetrics allows metrics data to be ‘pushed’ to the server in addition to it being ‘pulled’ by the server. When setting up services, you can decide which mode to use.
Note
For PMM 2.12.0 the default mode is ‘pull’. Later releases will use the ‘push’ mode by default for newly-added services.
The mode (push/pull) is controlled by the --metrics-mode
flag for the pmm-admin config
and pmm-admin add
commands.
If you need to change the metrics mode for an existing Service, you must remove it and re-add it with the same name and the required flags. (There is currently no ability to “update” a service.)
Remapped targets for direct Prometheus paths
Direct Prometheus paths return structured information directly from Prometheus, bypassing the PMM application.
They are accessed by requesting a URL of the form <PMM SERVER URL>/prometheus/<PATH>
.
As a result of the move to VictoriaMetrics some direct Prometheus paths are no longer available.
Here are their equivalents.
/prometheus/alerts
→ No change./prometheus/config
→ No equivalent. However, some information is at/prometheus/targets
./prometheus/flags
→ Theflag
metrics at/prometheus/metrics
./prometheus/graph
→/graph/explore
(Grafana) orgraph/d/prometheus-advanced/advanced-data-exploration
(PMM dashboard)./prometheus/rules
→ No change./prometheus/service-discovery
→ No equivalent./prometheus/status
→ Some information at/prometheus/metrics
. High cardinality metrics information at/prometheus/api/v1/status/tsdb
./prometheus/targets
→/victoriametrics/targets
.
Troubleshooting
To troubleshoot issues, see the VictoriaMetrics troubleshooting documentation.
You can also contact the VictoriaMetrics team via:
- Page updated 2020-12-08
Contact Us
For free technical help, visit the Percona Community Forum.To report bugs or submit feature requests, open a JIRA ticket.
For paid support and managed or professional services, contact Percona Sales.