Skip to content

Commit e6f3db9

Browse files
authored
fix azure sql db discovery metric (#1419)
1 parent c335d02 commit e6f3db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csp-mixin/signals/azuresqldb.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function(this)
77
instanceLabels: this.instanceLabels,
88
aggLevel: 'none',
99
discoveryMetric: {
10-
azuremonitor: 'azure_microsoft_storage_storageaccounts_blobservices_blobcount_average_count',
10+
azuremonitor: 'azure_microsoft_sql_servers_databases_sessions_count_average_count',
1111
azuremonitor_agentless: self.azuremonitor,
1212
},
1313

0 commit comments

Comments
 (0)