Azure Database for MySQL¶
You can declare to scrape an Azure Database for MySQL server via the MySql
resource type.
When using declared resources, the following fields need to be provided:
serverName
- The name of the MySQL servertype
- The type of MySQL server. (optional)- Allowed values are
Simple
(default) &Flexible
All supported metrics are documented in the official Azure Monitor documentation:
Limitations¶
- Resource discovery will discover all types of servers and thus the used metrics should match all of the types.
- You can use tags to define which resources to include, if you need filtering capabilities.
Example¶
Here is an example configuration:
name: azure_my_sql_cpu_percent
description: "The CPU percentage on the server"
resourceType: MySql
scraping:
schedule: "0 */2 * ? * *"
azureMetricConfiguration:
metricName: cpu_percent
aggregation:
type: Average
interval: 00:01:00
resources: # Optional, required when no resource discovery is configured
- serverName: Promitor-1
- serverName: Promitor-2
type: Flexible
resourceDiscoveryGroups: # Optional, requires Promitor Resource Discovery agent (https://docs.promitor.io/latest/how-it-works#using-resource-discovery)
- name: mysql-database-landscape