Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit cf763f5

Browse files
authored
Merge pull request #64 from Sharpie/fix-puppetserver-compile-query
Fix archive dashboard query for compile time
2 parents 91186d7 + f76aaa2 commit cf763f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

files/Puppetserver_Performance.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@
800800
},
801801
{
802802
"params": [],
803-
"type": "mean"
803+
"type": "distinct"
804804
}
805805
]
806806
],
@@ -809,6 +809,12 @@
809809
"key": "server",
810810
"operator": "=~",
811811
"value": "/^$server$/"
812+
},
813+
{
814+
"condition": "AND",
815+
"key": "name",
816+
"operator": "=~",
817+
"value": "/^compile$|^static_compile$/"
812818
}
813819
]
814820
}

0 commit comments

Comments
 (0)