Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidwisn committed Jan 22, 2025
1 parent 272384d commit 95f0ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nobl9/resource_slo_test.go
Original file line number Diff line number Diff line change
@@ -2989,7 +2989,7 @@ resource "nobl9_slo" ":name" {
incremental = true
good_total {
splunk {
query = "| mstats avg(\"spl.intr.resource_usage.IOWait.data.avg_cpu_pct\") as n9good WHERE index=\"_metrics\"
query = "| mstats avg(\"spl.intr.resource_usage.IOWait.data.avg_cpu_pct\") as n9good WHERE index=\"_metrics\"
span=15s | join type=left _time [ | mstats avg(\"spl.intr.resource_usage.IOWait.data.max_cpus_pct\") as n9total
WHERE index=\"_metrics\" span=15s] | rename _time as n9time | fields n9time n9good n9total"
}

0 comments on commit 95f0ed4

Please sign in to comment.