Skip to content

Commit 8a5d4ab

Browse files
authored
PMM-14081 fix typo (#4537)
1 parent d1e2e9b commit 8a5d4ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

managed/services/agents/azure_database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func azureDatabaseExporterConfig(exporter *models.Agent, service *models.Service
6464
case models.MySQLServiceType:
6565
resourceTypes = ` resource_types:
6666
- "Microsoft.DBforMySQL/servers"
67-
- "Microsoft.DBforMySQL/felexibleServers"
67+
- "Microsoft.DBforMySQL/flexibleServers"
6868
- "Microsoft.DBforMariaDB/servers"`
6969
case models.PostgreSQLServiceType:
7070
resourceTypes = ` resource_types:

managed/services/agents/azure_database_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ resource_groups:
9595
- Average
9696
resource_types:
9797
- "Microsoft.DBforMySQL/servers"
98-
- "Microsoft.DBforMySQL/felexibleServers"
98+
- "Microsoft.DBforMySQL/flexibleServers"
9999
- "Microsoft.DBforMariaDB/servers"
100100
metrics:
101101
- name: "cpu_percent"

0 commit comments

Comments
 (0)