Skip to content

Commit

Permalink
Helmify the monitoring (#723)
Browse files Browse the repository at this point in the history
* Testground monitoring helm chart

* Upgrade to kubrnetes v1.17

* use default namespace for serviceMonitors

* helm install monitoring

* fix indentation

* Remove s3bucket

* Automatic dashboards

* Include redis.

* rename to testground-infra

* update redis host

* dash import

* the second nslookup

* healthcheck expect master-slave.

* support multiple slaves

* remove downloaded files (making script)

* add update_helm_thirdparty script

* remove old redis values

* Disable redis cluster

* no crd hook

* change the order (dashboards on bottom)

* stable repo

* add charts again
  • Loading branch information
Cory Schwartz committed Mar 25, 2020
1 parent 958c50a commit c5e3314
Show file tree
Hide file tree
Showing 291 changed files with 78,910 additions and 271 deletions.
149 changes: 83 additions & 66 deletions dashboards/dashboards/cluster-bench.json
@@ -1,5 +1,5 @@
{
"id": 57,
"id": 24,
"uid": "8XVMUX_Zk",
"slug": "cluster-bench",
"title": "Cluster Bench",
Expand Down Expand Up @@ -41,8 +41,8 @@
"styles": null
},
{
"datasource": "prometheus",
"editable": false,
"datasource": "Prometheus",
"editable": true,
"error": false,
"gridPos": {
"h": 9,
Expand Down Expand Up @@ -120,8 +120,8 @@
"valueName": "avg"
},
{
"datasource": "prometheus",
"editable": false,
"datasource": "Prometheus",
"editable": true,
"error": false,
"gridPos": {
"h": 9,
Expand Down Expand Up @@ -194,8 +194,8 @@
]
},
{
"datasource": "prometheus",
"editable": false,
"datasource": "Prometheus",
"editable": true,
"error": false,
"gridPos": {
"h": 9,
Expand Down Expand Up @@ -294,8 +294,8 @@
"styles": null
},
{
"datasource": "prometheus",
"editable": false,
"datasource": "Prometheus",
"editable": true,
"error": false,
"gridPos": {
"h": 9,
Expand All @@ -312,67 +312,84 @@
"CustomPanel": {
"CustomPanel": {
"CustomPanel": {
"cards": {
"cardPadding": null,
"cardRound": null
},
"color": {
"cardColor": "#b4ff00",
"colorScale": "sqrt",
"colorScheme": "interpolateOranges",
"exponent": 0.5,
"mode": "spectrum"
"CustomPanel": {
"cards": {
"cardPadding": null,
"cardRound": null
},
"color": {
"cardColor": "#b4ff00",
"colorScale": "sqrt",
"colorScheme": "interpolateOranges",
"exponent": 0.5,
"mode": "spectrum"
},
"dataFormat": "timeseries",
"datasource": "Prometheus",
"gridPos": {
"h": 9,
"w": 12,
"x": 0,
"y": 22
},
"heatmap": {},
"highlightCards": true,
"id": 10,
"legend": {
"show": false
},
"links": [],
"targets": [
{
"expr": "start_time / 1000 / 1000",
"format": "heatmap",
"intervalFactor": 1,
"legendFormat": "",
"refId": "A"
}
],
"title": "time to start",
"tooltip": {
"show": true,
"showHistogram": false
},
"type": "heatmap",
"xAxis": {
"show": true
},
"xBucketNumber": null,
"xBucketSize": null,
"yAxis": {
"decimals": null,
"format": "short",
"logBase": 1,
"max": null,
"min": null,
"show": true,
"splitFactor": null
},
"yBucketBound": "auto",
"yBucketNumber": null,
"yBucketSize": null
},
"dataFormat": "timeseries",
"datasource": "prometheus",
"datasource": "Prometheus",
"editable": true,
"error": false,
"gridPos": {
"h": 9,
"w": 12,
"x": 0,
"y": 22
},
"heatmap": {},
"highlightCards": true,
"id": 10,
"legend": {
"show": false
},
"links": [],
"targets": [
{
"expr": "start_time / 1000 / 1000",
"format": "heatmap",
"intervalFactor": 1,
"legendFormat": "",
"refId": "A"
}
],
"isNew": false,
"span": 0,
"title": "time to start",
"tooltip": {
"show": true,
"showHistogram": false
},
"type": "heatmap",
"xAxis": {
"show": true
},
"xBucketNumber": null,
"xBucketSize": null,
"yAxis": {
"decimals": null,
"format": "short",
"logBase": 1,
"max": null,
"min": null,
"show": true,
"splitFactor": null
},
"yBucketBound": "auto",
"yBucketNumber": null,
"yBucketSize": null
"transparent": false,
"type": "heatmap"
},
"datasource": "prometheus",
"editable": false,
"datasource": "Prometheus",
"editable": true,
"error": false,
"gridPos": {
"h": 9,
Expand All @@ -387,8 +404,8 @@
"transparent": false,
"type": "heatmap"
},
"datasource": "prometheus",
"editable": false,
"datasource": "Prometheus",
"editable": true,
"error": false,
"gridPos": {
"h": 9,
Expand All @@ -405,8 +422,8 @@
}
},
{
"datasource": "prometheus",
"editable": false,
"datasource": "Prometheus",
"editable": true,
"error": false,
"gridPos": {
"h": 9,
Expand Down Expand Up @@ -497,8 +514,8 @@
]
},
{
"datasource": "prometheus",
"editable": false,
"datasource": "Prometheus",
"editable": true,
"error": false,
"gridPos": {
"h": 9,
Expand Down

0 comments on commit c5e3314

Please sign in to comment.