Skip to content

Commit

Permalink
Fix typo in column name (influxdata#8468)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKuchmienko authored Nov 24, 2020
1 parent 832925d commit e28cccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/sqlserver/azuresqlqueries.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ END
SELECT
'sqlserver_azuredb_waitstats' AS [measurement]
,REPLACE(@@SERVERNAME,'\',':') AS [sql_instance]
,DB_NAME() as [database_name']
,DB_NAME() as [database_name]
,dbws.[wait_type]
,dbws.[wait_time_ms]
,dbws.[wait_time_ms] - [signal_wait_time_ms] AS [resource_wait_ms]
Expand Down

0 comments on commit e28cccf

Please sign in to comment.