Fetch service metrics with Prometheus for Public Cloud Databases
Objective
Public Cloud databases allow you to export service metrics using Prometheus.
This guide explains how to setup a Prometheus exporter for your Public Cloud databases service so that a Prometheus server can collect metrics.
Requirements
- A Public Cloud databases service up and running,
- Access to the OVHcloud API,
- A Prometheus server to collect metrics.
Instructions
Enable the Prometheus exporter for your service
You can enable a Prometheus exporter for your service using the API endpoint:
The boolean property enablePrometheus should be set to true to activate the Prometheus exporter for your service.
Retrieve the Prometheus exporter access info
Use the following API endpoint to get the data needed to access the Prometheus exporter:
You will also need to reset the credentials in order to obtain the password required for access:
Configure your Prometheus server and start pulling metrics
Use the data from the previous state to configure your Prometheus server and start pulling metrics for your service. Here is an example of such a Prometheus configuration for a MongoDB service:
The other engines use a slightly different format:
Limitations
Public Cloud Databases offer service metrics via Prometheus for the following engines:
- Valkey
- MongoDB
- MySQL
- PostgreSQL
Prometheus endpoints are subject to the same networking limitations the associated service is. Thus, IP restrictions apply, and for services using private networking, the Prometheus exporter endpoint is only reachable from the private network your service is attached to.
We want your feedback!
We would love to help answer questions and appreciate any feedback you may have.
If you need training or technical assistance to implement our solutions, contact your sales representative or click on this link to get a quote and ask our Professional Services experts for a custom analysis of your project.
Are you on Discord? Connect to our channel at https://discord.gg/ovhcloud and interact directly with the team that builds our databases service!