Skip to content

Commit

Permalink
PMM-13052 Add expression & range for QAN Metrics data source (#1603)
Browse files Browse the repository at this point in the history
* PMM-13052 Add expression for QAN Metrics data source

* PMM-13052 Add range to Metrics targets
  • Loading branch information
matejkubinec authored Jun 10, 2024
1 parent cdfc8fa commit c0f431b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboards/Query Analytics/pmm-qan.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,10 @@
"options": {},
"targets": [
{
"expr": "",
"expr": "{}",
"format": "time_series",
"intervalFactor": 2,
"range": true,
"refId": "A"
}
],
Expand Down

0 comments on commit c0f431b

Please sign in to comment.