Skip to content

Commit 9b45ff0

Browse files
committed
add cluster filter field, increased min version
1 parent 1f2f477 commit 9b45ff0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
-391 KB
Loading

extension/dashboards/dashboard.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"ControlPlane",
1717
"Kubernetes"
1818
],
19+
"dynamicFilters": {
20+
"filters": [
21+
"KUBERNETES_CLUSTER"
22+
]
23+
},
1924
"preset": true
2025
},
2126
"tiles": [

extension/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: com.dynatrace.extension.<%=extensionName%>
22
version: <%=version%>
3-
minDynatraceVersion: "1.219"
3+
minDynatraceVersion: "1.245"
44
author:
55
name: Dynatrace
66

0 commit comments

Comments
 (0)