Commit 892607f
authored
Remove top() causing "Invalid Formula" (DataDog#21188)
The OOTB Kubernetes DaemonSets Overview page displays a "Replicas Changes" change widget with the following error for all users: Invalid Formula in Query Object
This is being caused by a conflict between a top() function with the change widget, and this PR removes the top() function in the query.
Motivation:
https://datadog.zendesk.com/agent/tickets/22268871 parent d3544db commit 892607f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
1317 | 1317 | | |
1318 | 1318 | | |
1319 | 1319 | | |
1320 | | - | |
| 1320 | + | |
0 commit comments