Check requirements

Before starting the setup, verify that your environment meets the requirements for Database Observability. Getting these right upfront prevents troubleshooting later.

Grafana Cloud requirements

RequirementDetails
AccountGrafana Cloud account with Editor or Admin role
Database ObservabilityActivated in your Grafana Cloud stack. Go to Databases in the navigation menu to activate it.
StackAccess to Grafana Cloud Mimir (metrics) and Grafana Cloud Loki (logs) data sources
PermissionsAbility to view and create dashboards

MySQL requirements

RequirementDetails
VersionMySQL 8.0 or later (MySQL 5.7 and earlier are not supported)
MariaDBNot supported — Performance Schema implementation differs from MySQL
Performance SchemaMust be enabled (enabled by default in MySQL 8.0+)
Monitoring userUser with PROCESS, REPLICATION CLIENT, and SELECT privileges on performance_schema

Grafana Alloy requirements

RequirementDetails
VersionGrafana Alloy 1.14.0 or later
Stability flagRun with --stability.level=public-preview
NetworkOutbound access to Grafana Cloud endpoints
Database accessNetwork connectivity to your MySQL instance

Checklist

Before proceeding, verify:

  • Grafana Cloud account is active with appropriate permissions
  • Database Observability is activated in your Grafana Cloud stack
  • MySQL version is 8.0 or later (not MariaDB)
  • Network connectivity exists between the Alloy host and your MySQL database
  • Network connectivity exists between the Alloy host and Grafana Cloud
  • You have administrative access to create a MySQL monitoring user

In the next milestone, you’ll prepare your MySQL database for monitoring.


page 3 of 8