Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This extension provides you with deep insights into your self-managed [OpenShift

## <a name="permissions"></a> Prerequisites and supported versions

* Dynatrace version 1.222+
* ActiveGate version 1.222+ running within the Kubernetes cluster. To have an ActiveGate in your Kubernetes cluster, deploy Dynatrace using [Dynatrace Operator](https://www.dynatrace.com/support/help/shortlink/full-stack-dto-k8) (recommended) or deploy an [ActiveGate as a StatefulSet](https://www.dynatrace.com/support/help/shortlink/connect-kubernetes-clusters).
* Dynatrace version 1.252+
* ActiveGate version 1.249+ running within the Kubernetes cluster. To have an ActiveGate in your Kubernetes cluster, deploy Dynatrace using [Dynatrace Operator](https://www.dynatrace.com/support/help/shortlink/full-stack-dto-k8) (recommended) or deploy an [ActiveGate as a StatefulSet](https://www.dynatrace.com/support/help/shortlink/connect-kubernetes-clusters).
* OpenShift 4 and OpenShift 3 (self-managed)


Expand Down
Binary file modified docs/screenshots/kubernetes_control_plane_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion extension/alerts/readyz_cluster_readiness.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clusterVersion": "1.218.7.20210507-162235"
},
"id": "a79b62e4-a052-4049-9e6e-cb983c89c1b8",
"metricId": "builtin:cloud.kubernetes.cluster.readyz",
"metricId": "builtin:kubernetes.cluster.readyz",
"name": "OpenShift control plane: cluster not ready",
"description": "The readyz API health endpoint reported that the cluster's API server is not ready.",
"aggregationType": "AVG",
Expand Down
58 changes: 37 additions & 21 deletions extension/dashboards/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tileFilter": {}
},
{
"name": "Cluster status",
"name": "",
"tileType": "DATA_EXPLORER",
"configured": true,
"bounds": {
Expand All @@ -63,7 +63,7 @@
"queries": [
{
"id": "A",
"metric": "builtin:cloud.kubernetes.cluster.readyz",
"metric": "builtin:kubernetes.cluster.readyz",
"spaceAggregation": "AVG",
"timeAggregation": "DEFAULT",
"splitBy": [
Expand Down Expand Up @@ -92,38 +92,53 @@
}
],
"visualConfig": {
"type": "TABLE",
"type": "HONEYCOMB",
"global": {
"theme": "DEFAULT",
"threshold": {
"axisTarget": "LEFT",
"rules": [
{
"color": "#7dc540"
},
{
"color": "#f5d30f"
},
{
"color": "#dc172a"
}
]
},
"seriesType": "LINE"
"hideLegend": false
},
"rules": [
{
"matcher": "A:",
"properties": {
"seriesType": "LINE"
}
"color": "DEFAULT"
},
"seriesOverrides": []
}
],
"axes": {
"xAxis": {
"visible": true
},
"yAxes": []
},
"heatmapSettings": {
"yAxis": "VALUE"
},
"thresholds": [
{
"axisTarget": "LEFT",
"rules": [
{
"value": 0.99,
"color": "#7dc540"
},
{
"value": 0,
"color": "#dc172a"
}
],
"queryId": "A",
"visible": true
}
],
"tableSettings": {},
"graphChartSettings": {
"connectNulls": false
},
"honeycombSettings": {
"showHive": true,
"showLegend": true,
"showLabels": false
}
}
},
Expand Down Expand Up @@ -819,3 +834,4 @@
}
]
}

2 changes: 1 addition & 1 deletion extension/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: com.dynatrace.extension.<%=extensionName%>
version: <%=version%>
minDynatraceVersion: "1.245"
minDynatraceVersion: "1.252"
author:
name: Dynatrace

Expand Down