Skip to content

Commit d033366

Browse files
authored
Small Falco Dashboard fix (DataDog#20919)
1 parent 8f269c1 commit d033366

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

falco/assets/dashboards/falco_metrics.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
{
134134
"data_source": "metrics",
135135
"name": "query2",
136-
"query": "sum:falco.rules.matches{$host, $endpoint}.as_count()"
136+
"query": "sum:falco.rules.matches.count{$host, $endpoint}.as_count()"
137137
}
138138
],
139139
"response_format": "scalar"
@@ -246,7 +246,7 @@
246246
{
247247
"data_source": "metrics",
248248
"name": "query1",
249-
"query": "sum:falco.rules.matches{$endpoint}.as_count()"
249+
"query": "sum:falco.rules.matches.count{$endpoint}.as_count()"
250250
}
251251
],
252252
"formulas": [

0 commit comments

Comments
 (0)