Skip to content

Commit

Permalink
oops, forgot to actually run the code (do Add-DbaPfDataCollectorCounter)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 26, 2024
1 parent f23f7c6 commit 2339c66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Add-DbaPfDataCollectorCounter.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Describe "Add-DbaPfDataCollectorCounter" -Tag "IntegrationTests" {
Get-DbaPfDataCollector |
Get-DbaPfDataCollectorCounter -Counter '\LogicalDisk(*)\Avg. Disk Queue Length' |
Remove-DbaPfDataCollectorCounter

$results = Get-DbaPfDataCollectorSet -CollectorSet 'Long Running Queries' | Get-DbaPfDataCollector |
Add-DbaPfDataCollectorCounter -Counter '\LogicalDisk(*)\Avg. Disk Queue Length'
}

AfterAll {
Expand Down

0 comments on commit 2339c66

Please sign in to comment.