Last active
July 1, 2019 08:45
-
-
Save david-martin/981449720a3930169be0408a8aa3af39 to your computer and use it in GitHub Desktop.
blackbox exporter dashboards
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: applicationmonitoring.integreatly.org/v1alpha1 | |
kind: ApplicationMonitoring | |
metadata: | |
name: example-applicationmonitoring | |
spec: | |
labelSelector: "middleware" | |
additionalScrapeConfigSecretName: "integreatly-additional-scrape-configs" | |
additionalScrapeConfigSecretKey: "integreatly-additional.yaml" | |
blackboxTargets: | |
- service: example | |
url: https://example.com | |
module: http_extern_2xx | |
prometheusRetention: 15d | |
prometheusStorageRequest: 10Gi | |
blackboxTargets: | |
- module: http_2xx | |
service: sso | |
url: >- | |
https://sso-sso.apps.monitor-e2d9.openshiftworkshop.com/auth/realms/master/.well-known/openid-configuration | |
- module: http_2xx | |
service: solution-explorer | |
url: 'https://tutorial-web-app-webapp.apps.monitor-e2d9.openshiftworkshop.com/' | |
- module: http_2xx | |
service: fuse | |
url: >- | |
https://syndesis-fuse.apps.monitor-e2d9.openshiftworkshop.com/api/v1/version | |
- module: http_2xx | |
service: fuse-oauth-proxy | |
url: >- | |
https://syndesis-fuse.apps.monitor-e2d9.openshiftworkshop.com/oauth/healthz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: integreatly.org/v1alpha1 | |
kind: GrafanaDashboard | |
metadata: | |
name: endpointsdetailed | |
labels: | |
monitoring-key: middleware | |
spec: | |
plugins: | |
- name: "natel-discrete-panel" | |
version: "0.0.9" | |
json: | | |
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", | |
"type": "dashboard" | |
} | |
] | |
}, | |
"editable": true, | |
"gnetId": 5345, | |
"graphTooltip": 0, | |
"id": 2, | |
"iteration": 1561558894526, | |
"links": [], | |
"panels": [ | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 0 | |
}, | |
"id": 15, | |
"panels": [], | |
"repeat": "services", | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"title": "$services UP/DOWN Status", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 3, | |
"w": 6, | |
"x": 0, | |
"y": 1 | |
}, | |
"id": 2, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeat": null, | |
"repeatDirection": "h", | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "$services", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "UP", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "DOWN", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 3, | |
"x": 6, | |
"y": 1 | |
}, | |
"id": 23, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "avg(probe_duration_seconds{service=~\"$services\"})", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Average Probe Duration", | |
"type": "singlestat", | |
"valueFontSize": "50%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 3, | |
"x": 15, | |
"y": 1 | |
}, | |
"id": 24, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "avg(probe_dns_lookup_time_seconds{service=~\"$services\"})", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Average DNS Lookup", | |
"type": "singlestat", | |
"valueFontSize": "50%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "Prometheus", | |
"fill": 1, | |
"gridPos": { | |
"h": 6, | |
"w": 9, | |
"x": 6, | |
"y": 3 | |
}, | |
"id": 17, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"seriesOverrides": [ | |
{ | |
"alias": "probe_success{instance=\"https://sso-sso.apps.wat2-c620.openshiftworkshop.com/auth/realms/master/.well-known/openid-configuration\",job=\"blackbox\",service=\"sso\"}", | |
"yaxis": 2 | |
}, | |
{ | |
"alias": "UP/DOWN", | |
"yaxis": 2 | |
} | |
], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "probe_duration_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "seconds", | |
"refId": "A" | |
}, | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"instant": false, | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "UP/DOWN", | |
"refId": "B" | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Probe Duration", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"format": "s", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"decimals": 0, | |
"format": "short", | |
"label": "", | |
"logBase": 1, | |
"max": "1", | |
"min": "0", | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "Prometheus", | |
"fill": 1, | |
"gridPos": { | |
"h": 6, | |
"w": 9, | |
"x": 15, | |
"y": 3 | |
}, | |
"id": 21, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "probe_dns_lookup_time_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "seconds", | |
"refId": "A" | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "DNS Lookup", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"format": "s", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 4 | |
}, | |
"id": 18, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_http_ssl{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0,1", | |
"title": "SSL", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "dtdurations", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 6 | |
}, | |
"id": 19, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_ssl_earliest_cert_expiry{service=~\"$services\"}-time()", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0,1209600", | |
"title": "SSL Cert Expiry", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 0, | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 8 | |
}, | |
"id": 20, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_http_status_code{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "300,400", | |
"title": "HTTP Status Code", | |
"transparent": false, | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"backgroundColor": "rgba(128,128,128,0.1)", | |
"colorMaps": [ | |
{ | |
"color": "#CCC", | |
"text": "N/A" | |
} | |
], | |
"crosshairColor": "#8F070C", | |
"datasource": "Prometheus", | |
"display": "timeline", | |
"expandFromQueryS": 0, | |
"extendLastValue": true, | |
"gridPos": { | |
"h": 3, | |
"w": 9, | |
"x": 6, | |
"y": 9 | |
}, | |
"highlightOnMouseover": true, | |
"id": 55, | |
"legendSortBy": "-ms", | |
"lineColor": "rgba(0,0,0,0.1)", | |
"links": [], | |
"metricNameColor": "#000000", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"rowHeight": 25, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"showDistinctCount": true, | |
"showLegend": true, | |
"showLegendCounts": true, | |
"showLegendNames": false, | |
"showLegendPercent": true, | |
"showLegendValues": true, | |
"showTimeAxis": true, | |
"showTransitionCount": true, | |
"targets": [ | |
{ | |
"expr": "probe_http_status_code{service=~\"$services\"}", | |
"format": "time_series", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"textSize": 14, | |
"textSizeTime": 12, | |
"timeOptions": [ | |
{ | |
"name": "Years", | |
"value": "years" | |
}, | |
{ | |
"name": "Months", | |
"value": "months" | |
}, | |
{ | |
"name": "Weeks", | |
"value": "weeks" | |
}, | |
{ | |
"name": "Days", | |
"value": "days" | |
}, | |
{ | |
"name": "Hours", | |
"value": "hours" | |
}, | |
{ | |
"name": "Minutes", | |
"value": "minutes" | |
}, | |
{ | |
"name": "Seconds", | |
"value": "seconds" | |
}, | |
{ | |
"name": "Milliseconds", | |
"value": "milliseconds" | |
} | |
], | |
"timePrecision": { | |
"name": "Minutes", | |
"value": "minutes" | |
}, | |
"timeTextColor": "#d8d9da", | |
"title": "Probe Status", | |
"type": "natel-discrete-panel", | |
"units": "short", | |
"useTimePrecision": false, | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueTextColor": "#000000", | |
"writeAllValues": true, | |
"writeLastValue": false, | |
"writeMetricNames": false | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorPostfix": false, | |
"colorPrefix": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 10 | |
}, | |
"id": 53, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "ceil((changes(probe_success{service=~\"$services\"}[$__range]) / 2) + ((1 - (changes(probe_success{service=~\"$services\"}[$__range]) % 2)) * (1 - probe_success{service=~\"$services\"})))", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Outages", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 12 | |
}, | |
"id": 56, | |
"panels": [], | |
"repeat": null, | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 15, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"title": "$services UP/DOWN Status", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 3, | |
"w": 6, | |
"x": 0, | |
"y": 13 | |
}, | |
"id": 57, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeat": null, | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 2, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "$services", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "UP", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "DOWN", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 3, | |
"x": 6, | |
"y": 13 | |
}, | |
"id": 58, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 23, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "avg(probe_duration_seconds{service=~\"$services\"})", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Average Probe Duration", | |
"type": "singlestat", | |
"valueFontSize": "50%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 3, | |
"x": 15, | |
"y": 13 | |
}, | |
"id": 59, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 24, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "avg(probe_dns_lookup_time_seconds{service=~\"$services\"})", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Average DNS Lookup", | |
"type": "singlestat", | |
"valueFontSize": "50%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "Prometheus", | |
"fill": 1, | |
"gridPos": { | |
"h": 6, | |
"w": 9, | |
"x": 6, | |
"y": 15 | |
}, | |
"id": 60, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 17, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"seriesOverrides": [ | |
{ | |
"alias": "probe_success{instance=\"https://sso-sso.apps.wat2-c620.openshiftworkshop.com/auth/realms/master/.well-known/openid-configuration\",job=\"blackbox\",service=\"sso\"}", | |
"yaxis": 2 | |
}, | |
{ | |
"alias": "UP/DOWN", | |
"yaxis": 2 | |
} | |
], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "probe_duration_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "seconds", | |
"refId": "A" | |
}, | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"instant": false, | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "UP/DOWN", | |
"refId": "B" | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Probe Duration", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"format": "s", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"decimals": 0, | |
"format": "short", | |
"label": "", | |
"logBase": 1, | |
"max": "1", | |
"min": "0", | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "Prometheus", | |
"fill": 1, | |
"gridPos": { | |
"h": 6, | |
"w": 9, | |
"x": 15, | |
"y": 15 | |
}, | |
"id": 61, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 21, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "probe_dns_lookup_time_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "seconds", | |
"refId": "A" | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "DNS Lookup", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"format": "s", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 16 | |
}, | |
"id": 62, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 18, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_http_ssl{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0,1", | |
"title": "SSL", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "dtdurations", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 18 | |
}, | |
"id": 63, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 19, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_ssl_earliest_cert_expiry{service=~\"$services\"}-time()", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0,1209600", | |
"title": "SSL Cert Expiry", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 0, | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 20 | |
}, | |
"id": 64, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 20, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_http_status_code{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "300,400", | |
"title": "HTTP Status Code", | |
"transparent": false, | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"backgroundColor": "rgba(128,128,128,0.1)", | |
"colorMaps": [ | |
{ | |
"color": "#CCC", | |
"text": "N/A" | |
} | |
], | |
"crosshairColor": "#8F070C", | |
"datasource": "Prometheus", | |
"display": "timeline", | |
"expandFromQueryS": 0, | |
"extendLastValue": true, | |
"gridPos": { | |
"h": 3, | |
"w": 9, | |
"x": 6, | |
"y": 21 | |
}, | |
"highlightOnMouseover": true, | |
"id": 65, | |
"legendSortBy": "-ms", | |
"lineColor": "rgba(0,0,0,0.1)", | |
"links": [], | |
"metricNameColor": "#000000", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 55, | |
"repeatedByRow": true, | |
"rowHeight": 25, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"showDistinctCount": true, | |
"showLegend": true, | |
"showLegendCounts": true, | |
"showLegendNames": false, | |
"showLegendPercent": true, | |
"showLegendValues": true, | |
"showTimeAxis": true, | |
"showTransitionCount": true, | |
"targets": [ | |
{ | |
"expr": "probe_http_status_code{service=~\"$services\"}", | |
"format": "time_series", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"textSize": 14, | |
"textSizeTime": 12, | |
"timeOptions": [ | |
{ | |
"name": "Years", | |
"value": "years" | |
}, | |
{ | |
"name": "Months", | |
"value": "months" | |
}, | |
{ | |
"name": "Weeks", | |
"value": "weeks" | |
}, | |
{ | |
"name": "Days", | |
"value": "days" | |
}, | |
{ | |
"name": "Hours", | |
"value": "hours" | |
}, | |
{ | |
"name": "Minutes", | |
"value": "minutes" | |
}, | |
{ | |
"name": "Seconds", | |
"value": "seconds" | |
}, | |
{ | |
"name": "Milliseconds", | |
"value": "milliseconds" | |
} | |
], | |
"timePrecision": { | |
"name": "Minutes", | |
"value": "minutes" | |
}, | |
"timeTextColor": "#d8d9da", | |
"title": "Probe Status", | |
"type": "natel-discrete-panel", | |
"units": "short", | |
"useTimePrecision": false, | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueTextColor": "#000000", | |
"writeAllValues": true, | |
"writeLastValue": false, | |
"writeMetricNames": false | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorPostfix": false, | |
"colorPrefix": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 22 | |
}, | |
"id": 66, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 53, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "ceil((changes(probe_success{service=~\"$services\"}[$__range]) / 2) + ((1 - (changes(probe_success{service=~\"$services\"}[$__range]) % 2)) * (1 - probe_success{service=~\"$services\"})))", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Outages", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 24 | |
}, | |
"id": 67, | |
"panels": [], | |
"repeat": null, | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 15, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"title": "$services UP/DOWN Status", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 3, | |
"w": 6, | |
"x": 0, | |
"y": 25 | |
}, | |
"id": 68, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeat": null, | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 2, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "$services", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "UP", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "DOWN", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 3, | |
"x": 6, | |
"y": 25 | |
}, | |
"id": 69, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 23, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "avg(probe_duration_seconds{service=~\"$services\"})", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Average Probe Duration", | |
"type": "singlestat", | |
"valueFontSize": "50%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 3, | |
"x": 15, | |
"y": 25 | |
}, | |
"id": 70, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 24, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "avg(probe_dns_lookup_time_seconds{service=~\"$services\"})", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Average DNS Lookup", | |
"type": "singlestat", | |
"valueFontSize": "50%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "Prometheus", | |
"fill": 1, | |
"gridPos": { | |
"h": 6, | |
"w": 9, | |
"x": 6, | |
"y": 27 | |
}, | |
"id": 71, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 17, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"seriesOverrides": [ | |
{ | |
"alias": "probe_success{instance=\"https://sso-sso.apps.wat2-c620.openshiftworkshop.com/auth/realms/master/.well-known/openid-configuration\",job=\"blackbox\",service=\"sso\"}", | |
"yaxis": 2 | |
}, | |
{ | |
"alias": "UP/DOWN", | |
"yaxis": 2 | |
} | |
], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "probe_duration_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "seconds", | |
"refId": "A" | |
}, | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"instant": false, | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "UP/DOWN", | |
"refId": "B" | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Probe Duration", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"format": "s", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"decimals": 0, | |
"format": "short", | |
"label": "", | |
"logBase": 1, | |
"max": "1", | |
"min": "0", | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "Prometheus", | |
"fill": 1, | |
"gridPos": { | |
"h": 6, | |
"w": 9, | |
"x": 15, | |
"y": 27 | |
}, | |
"id": 72, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 21, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "probe_dns_lookup_time_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "seconds", | |
"refId": "A" | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "DNS Lookup", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"format": "s", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 28 | |
}, | |
"id": 73, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 18, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_http_ssl{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0,1", | |
"title": "SSL", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "dtdurations", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 30 | |
}, | |
"id": 74, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 19, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_ssl_earliest_cert_expiry{service=~\"$services\"}-time()", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0,1209600", | |
"title": "SSL Cert Expiry", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 0, | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 32 | |
}, | |
"id": 75, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 20, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_http_status_code{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "300,400", | |
"title": "HTTP Status Code", | |
"transparent": false, | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"backgroundColor": "rgba(128,128,128,0.1)", | |
"colorMaps": [ | |
{ | |
"color": "#CCC", | |
"text": "N/A" | |
} | |
], | |
"crosshairColor": "#8F070C", | |
"datasource": "Prometheus", | |
"display": "timeline", | |
"expandFromQueryS": 0, | |
"extendLastValue": true, | |
"gridPos": { | |
"h": 3, | |
"w": 9, | |
"x": 6, | |
"y": 33 | |
}, | |
"highlightOnMouseover": true, | |
"id": 76, | |
"legendSortBy": "-ms", | |
"lineColor": "rgba(0,0,0,0.1)", | |
"links": [], | |
"metricNameColor": "#000000", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 55, | |
"repeatedByRow": true, | |
"rowHeight": 25, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"showDistinctCount": true, | |
"showLegend": true, | |
"showLegendCounts": true, | |
"showLegendNames": false, | |
"showLegendPercent": true, | |
"showLegendValues": true, | |
"showTimeAxis": true, | |
"showTransitionCount": true, | |
"targets": [ | |
{ | |
"expr": "probe_http_status_code{service=~\"$services\"}", | |
"format": "time_series", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"textSize": 14, | |
"textSizeTime": 12, | |
"timeOptions": [ | |
{ | |
"name": "Years", | |
"value": "years" | |
}, | |
{ | |
"name": "Months", | |
"value": "months" | |
}, | |
{ | |
"name": "Weeks", | |
"value": "weeks" | |
}, | |
{ | |
"name": "Days", | |
"value": "days" | |
}, | |
{ | |
"name": "Hours", | |
"value": "hours" | |
}, | |
{ | |
"name": "Minutes", | |
"value": "minutes" | |
}, | |
{ | |
"name": "Seconds", | |
"value": "seconds" | |
}, | |
{ | |
"name": "Milliseconds", | |
"value": "milliseconds" | |
} | |
], | |
"timePrecision": { | |
"name": "Minutes", | |
"value": "minutes" | |
}, | |
"timeTextColor": "#d8d9da", | |
"title": "Probe Status", | |
"type": "natel-discrete-panel", | |
"units": "short", | |
"useTimePrecision": false, | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueTextColor": "#000000", | |
"writeAllValues": true, | |
"writeLastValue": false, | |
"writeMetricNames": false | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorPostfix": false, | |
"colorPrefix": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 34 | |
}, | |
"id": 77, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 53, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "ceil((changes(probe_success{service=~\"$services\"}[$__range]) / 2) + ((1 - (changes(probe_success{service=~\"$services\"}[$__range]) % 2)) * (1 - probe_success{service=~\"$services\"})))", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Outages", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 36 | |
}, | |
"id": 78, | |
"panels": [], | |
"repeat": null, | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 15, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"title": "$services UP/DOWN Status", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 3, | |
"w": 6, | |
"x": 0, | |
"y": 37 | |
}, | |
"id": 79, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeat": null, | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 2, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "$services", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "UP", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "DOWN", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 3, | |
"x": 6, | |
"y": 37 | |
}, | |
"id": 80, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 23, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "avg(probe_duration_seconds{service=~\"$services\"})", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Average Probe Duration", | |
"type": "singlestat", | |
"valueFontSize": "50%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 3, | |
"x": 15, | |
"y": 37 | |
}, | |
"id": 81, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 24, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "avg(probe_dns_lookup_time_seconds{service=~\"$services\"})", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Average DNS Lookup", | |
"type": "singlestat", | |
"valueFontSize": "50%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "Prometheus", | |
"fill": 1, | |
"gridPos": { | |
"h": 6, | |
"w": 9, | |
"x": 6, | |
"y": 39 | |
}, | |
"id": 82, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 17, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"seriesOverrides": [ | |
{ | |
"alias": "probe_success{instance=\"https://sso-sso.apps.wat2-c620.openshiftworkshop.com/auth/realms/master/.well-known/openid-configuration\",job=\"blackbox\",service=\"sso\"}", | |
"yaxis": 2 | |
}, | |
{ | |
"alias": "UP/DOWN", | |
"yaxis": 2 | |
} | |
], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "probe_duration_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "seconds", | |
"refId": "A" | |
}, | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"instant": false, | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "UP/DOWN", | |
"refId": "B" | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Probe Duration", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"format": "s", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"decimals": 0, | |
"format": "short", | |
"label": "", | |
"logBase": 1, | |
"max": "1", | |
"min": "0", | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "Prometheus", | |
"fill": 1, | |
"gridPos": { | |
"h": 6, | |
"w": 9, | |
"x": 15, | |
"y": 39 | |
}, | |
"id": 83, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 21, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "probe_dns_lookup_time_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"legendFormat": "seconds", | |
"refId": "A" | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "DNS Lookup", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"format": "s", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 40 | |
}, | |
"id": 84, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 18, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_http_ssl{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0,1", | |
"title": "SSL", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "dtdurations", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 42 | |
}, | |
"id": 85, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 19, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_ssl_earliest_cert_expiry{service=~\"$services\"}-time()", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0,1209600", | |
"title": "SSL Cert Expiry", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 0, | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 44 | |
}, | |
"id": 86, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"minSpan": 3, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatDirection": "h", | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 20, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_http_status_code{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "300,400", | |
"title": "HTTP Status Code", | |
"transparent": false, | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "YES", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "NO", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"backgroundColor": "rgba(128,128,128,0.1)", | |
"colorMaps": [ | |
{ | |
"color": "#CCC", | |
"text": "N/A" | |
} | |
], | |
"crosshairColor": "#8F070C", | |
"datasource": "Prometheus", | |
"display": "timeline", | |
"expandFromQueryS": 0, | |
"extendLastValue": true, | |
"gridPos": { | |
"h": 3, | |
"w": 9, | |
"x": 6, | |
"y": 45 | |
}, | |
"highlightOnMouseover": true, | |
"id": 87, | |
"legendSortBy": "-ms", | |
"lineColor": "rgba(0,0,0,0.1)", | |
"links": [], | |
"metricNameColor": "#000000", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 55, | |
"repeatedByRow": true, | |
"rowHeight": 25, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"showDistinctCount": true, | |
"showLegend": true, | |
"showLegendCounts": true, | |
"showLegendNames": false, | |
"showLegendPercent": true, | |
"showLegendValues": true, | |
"showTimeAxis": true, | |
"showTransitionCount": true, | |
"targets": [ | |
{ | |
"expr": "probe_http_status_code{service=~\"$services\"}", | |
"format": "time_series", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"textSize": 14, | |
"textSizeTime": 12, | |
"timeOptions": [ | |
{ | |
"name": "Years", | |
"value": "years" | |
}, | |
{ | |
"name": "Months", | |
"value": "months" | |
}, | |
{ | |
"name": "Weeks", | |
"value": "weeks" | |
}, | |
{ | |
"name": "Days", | |
"value": "days" | |
}, | |
{ | |
"name": "Hours", | |
"value": "hours" | |
}, | |
{ | |
"name": "Minutes", | |
"value": "minutes" | |
}, | |
{ | |
"name": "Seconds", | |
"value": "seconds" | |
}, | |
{ | |
"name": "Milliseconds", | |
"value": "milliseconds" | |
} | |
], | |
"timePrecision": { | |
"name": "Minutes", | |
"value": "minutes" | |
}, | |
"timeTextColor": "#d8d9da", | |
"title": "Probe Status", | |
"type": "natel-discrete-panel", | |
"units": "short", | |
"useTimePrecision": false, | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueTextColor": "#000000", | |
"writeAllValues": true, | |
"writeLastValue": false, | |
"writeMetricNames": false | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorPostfix": false, | |
"colorPrefix": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 46 | |
}, | |
"id": 88, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561558894526, | |
"repeatPanelId": 53, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "ceil((changes(probe_success{service=~\"$services\"}[$__range]) / 2) + ((1 - (changes(probe_success{service=~\"$services\"}[$__range]) % 2)) * (1 - probe_success{service=~\"$services\"})))", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Outages", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
} | |
], | |
"refresh": "30s", | |
"schemaVersion": 16, | |
"style": "dark", | |
"tags": [ | |
"blackbox", | |
"prometheus" | |
], | |
"templating": { | |
"list": [ | |
{ | |
"auto": true, | |
"auto_count": 10, | |
"auto_min": "10s", | |
"current": { | |
"text": "30s", | |
"value": "30s" | |
}, | |
"hide": 0, | |
"label": "Interval", | |
"name": "interval", | |
"options": [ | |
{ | |
"selected": false, | |
"text": "auto", | |
"value": "$__auto_interval_interval" | |
}, | |
{ | |
"selected": false, | |
"text": "5s", | |
"value": "5s" | |
}, | |
{ | |
"selected": false, | |
"text": "10s", | |
"value": "10s" | |
}, | |
{ | |
"selected": true, | |
"text": "30s", | |
"value": "30s" | |
}, | |
{ | |
"selected": false, | |
"text": "1m", | |
"value": "1m" | |
}, | |
{ | |
"selected": false, | |
"text": "10m", | |
"value": "10m" | |
}, | |
{ | |
"selected": false, | |
"text": "30m", | |
"value": "30m" | |
}, | |
{ | |
"selected": false, | |
"text": "1h", | |
"value": "1h" | |
}, | |
{ | |
"selected": false, | |
"text": "6h", | |
"value": "6h" | |
}, | |
{ | |
"selected": false, | |
"text": "12h", | |
"value": "12h" | |
}, | |
{ | |
"selected": false, | |
"text": "1d", | |
"value": "1d" | |
}, | |
{ | |
"selected": false, | |
"text": "7d", | |
"value": "7d" | |
}, | |
{ | |
"selected": false, | |
"text": "14d", | |
"value": "14d" | |
}, | |
{ | |
"selected": false, | |
"text": "30d", | |
"value": "30d" | |
} | |
], | |
"query": "5s,10s,30s,1m,10m,30m,1h,6h,12h,1d,7d,14d,30d", | |
"refresh": 2, | |
"skipUrlSync": false, | |
"type": "interval" | |
}, | |
{ | |
"allValue": null, | |
"current": { | |
"selected": false, | |
"tags": [], | |
"text": "All", | |
"value": [ | |
"$__all" | |
] | |
}, | |
"datasource": "Prometheus", | |
"definition": "label_values(probe_success, service)", | |
"hide": 0, | |
"includeAll": true, | |
"label": null, | |
"multi": true, | |
"name": "services", | |
"options": [], | |
"query": "label_values(probe_success, service)", | |
"refresh": 1, | |
"regex": "", | |
"skipUrlSync": false, | |
"sort": 0, | |
"tagValuesQuery": "", | |
"tags": [], | |
"tagsQuery": "", | |
"type": "query", | |
"useTags": false | |
} | |
] | |
}, | |
"time": { | |
"from": "now-1h", | |
"to": "now" | |
}, | |
"timepicker": { | |
"refresh_intervals": [ | |
"5s", | |
"10s", | |
"30s", | |
"1m", | |
"5m", | |
"15m", | |
"30m", | |
"1h", | |
"2h", | |
"1d" | |
], | |
"time_options": [ | |
"5m", | |
"15m", | |
"1h", | |
"6h", | |
"12h", | |
"24h", | |
"2d", | |
"7d", | |
"30d" | |
] | |
}, | |
"timezone": "", | |
"title": "Endpoints Detailed", | |
"uid": "xtkCtBkiz2", | |
"version": 13 | |
} | |
name: endpointsdetailed.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: integreatly.org/v1alpha1 | |
kind: GrafanaDashboard | |
metadata: | |
name: endpointsreport | |
labels: | |
monitoring-key: middleware | |
spec: | |
json: | | |
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", | |
"type": "dashboard" | |
} | |
] | |
}, | |
"editable": true, | |
"gnetId": null, | |
"graphTooltip": 0, | |
"id": 6, | |
"iteration": 1561564976678, | |
"links": [], | |
"panels": [ | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 0 | |
}, | |
"id": 6, | |
"panels": [], | |
"repeat": "services", | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"title": "Uptime for $services", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorPrefix": false, | |
"colorValue": true, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"rgb(255, 255, 255)" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "percentunit", | |
"gauge": { | |
"maxValue": 1, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 1 | |
}, | |
"id": 4, | |
"interval": null, | |
"links": [ | |
{ | |
"dashboard": "Endpoints Detailed", | |
"includeVars": true, | |
"title": "Drill Down", | |
"type": "dashboard", | |
"url": "/d/xtkCtBkiz2/endpoints-detailed" | |
} | |
], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=\"$services\"}", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0.995,0.995", | |
"title": "Uptime", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": true, | |
"colors": [ | |
"rgb(255, 255, 255)", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "s", | |
"gauge": { | |
"maxValue": 1, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 6, | |
"y": 1 | |
}, | |
"id": 52, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "$__range_s - (probe_success{service=\"$services\"} * $__range_s)", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Downtime", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": true, | |
"colors": [ | |
"rgb(255, 255, 255)", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 12, | |
"y": 1 | |
}, | |
"id": 39, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "ceil((changes(probe_success{service=~\"$services\"}[$__range]) / 2) + ((1 - (changes(probe_success{service=~\"$services\"}[$__range]) % 2)) * (1 - probe_success{service=~\"$services\"})))", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Outages", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorPrefix": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 0, | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": false | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 18, | |
"y": 1 | |
}, | |
"id": 25, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": true, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_duration_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"instant": false, | |
"interval": "", | |
"intervalFactor": 1, | |
"legendFormat": "", | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Response Time", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 3 | |
}, | |
"id": 53, | |
"panels": [], | |
"repeat": null, | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 6, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"title": "Uptime for $services", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorPrefix": false, | |
"colorValue": true, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"rgb(255, 255, 255)" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "percentunit", | |
"gauge": { | |
"maxValue": 1, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 4 | |
}, | |
"id": 54, | |
"interval": null, | |
"links": [ | |
{ | |
"dashboard": "Endpoints Detailed", | |
"includeVars": true, | |
"title": "Drill Down", | |
"type": "dashboard", | |
"url": "/d/xtkCtBkiz2/endpoints-detailed" | |
} | |
], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 4, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=\"$services\"}", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0.995,0.995", | |
"title": "Uptime", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": true, | |
"colors": [ | |
"rgb(255, 255, 255)", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "s", | |
"gauge": { | |
"maxValue": 1, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 6, | |
"y": 4 | |
}, | |
"id": 55, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 52, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "$__range_s - (probe_success{service=\"$services\"} * $__range_s)", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Downtime", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": true, | |
"colors": [ | |
"rgb(255, 255, 255)", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 12, | |
"y": 4 | |
}, | |
"id": 56, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 39, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "ceil((changes(probe_success{service=~\"$services\"}[$__range]) / 2) + ((1 - (changes(probe_success{service=~\"$services\"}[$__range]) % 2)) * (1 - probe_success{service=~\"$services\"})))", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Outages", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorPrefix": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 0, | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": false | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 18, | |
"y": 4 | |
}, | |
"id": 57, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 25, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": true, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_duration_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"instant": false, | |
"interval": "", | |
"intervalFactor": 1, | |
"legendFormat": "", | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Response Time", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 6 | |
}, | |
"id": 58, | |
"panels": [], | |
"repeat": null, | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 6, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"title": "Uptime for $services", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorPrefix": false, | |
"colorValue": true, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"rgb(255, 255, 255)" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "percentunit", | |
"gauge": { | |
"maxValue": 1, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 7 | |
}, | |
"id": 59, | |
"interval": null, | |
"links": [ | |
{ | |
"dashboard": "Endpoints Detailed", | |
"includeVars": true, | |
"title": "Drill Down", | |
"type": "dashboard", | |
"url": "/d/xtkCtBkiz2/endpoints-detailed" | |
} | |
], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 4, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=\"$services\"}", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0.995,0.995", | |
"title": "Uptime", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": true, | |
"colors": [ | |
"rgb(255, 255, 255)", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "s", | |
"gauge": { | |
"maxValue": 1, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 6, | |
"y": 7 | |
}, | |
"id": 60, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 52, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "$__range_s - (probe_success{service=\"$services\"} * $__range_s)", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Downtime", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": true, | |
"colors": [ | |
"rgb(255, 255, 255)", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 12, | |
"y": 7 | |
}, | |
"id": 61, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 39, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "ceil((changes(probe_success{service=~\"$services\"}[$__range]) / 2) + ((1 - (changes(probe_success{service=~\"$services\"}[$__range]) % 2)) * (1 - probe_success{service=~\"$services\"})))", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Outages", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorPrefix": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 0, | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": false | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 18, | |
"y": 7 | |
}, | |
"id": 62, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 25, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": true, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_duration_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"instant": false, | |
"interval": "", | |
"intervalFactor": 1, | |
"legendFormat": "", | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Response Time", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 9 | |
}, | |
"id": 63, | |
"panels": [], | |
"repeat": null, | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 6, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"title": "Uptime for $services", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorPrefix": false, | |
"colorValue": true, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"rgb(255, 255, 255)" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "percentunit", | |
"gauge": { | |
"maxValue": 1, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 0, | |
"y": 10 | |
}, | |
"id": 64, | |
"interval": null, | |
"links": [ | |
{ | |
"dashboard": "Endpoints Detailed", | |
"includeVars": true, | |
"title": "Drill Down", | |
"type": "dashboard", | |
"url": "/d/xtkCtBkiz2/endpoints-detailed" | |
} | |
], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 4, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=\"$services\"}", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "0.995,0.995", | |
"title": "Uptime", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": true, | |
"colors": [ | |
"rgb(255, 255, 255)", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 2, | |
"format": "s", | |
"gauge": { | |
"maxValue": 1, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 6, | |
"y": 10 | |
}, | |
"id": 65, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 52, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "$__range_s - (probe_success{service=\"$services\"} * $__range_s)", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Downtime", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": true, | |
"colors": [ | |
"rgb(255, 255, 255)", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 12, | |
"y": 10 | |
}, | |
"id": 66, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 39, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "ceil((changes(probe_success{service=~\"$services\"}[$__range]) / 2) + ((1 - (changes(probe_success{service=~\"$services\"}[$__range]) % 2)) * (1 - probe_success{service=~\"$services\"})))", | |
"format": "time_series", | |
"interval": "", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Outages", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorPrefix": false, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"decimals": 0, | |
"format": "s", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": false | |
}, | |
"gridPos": { | |
"h": 2, | |
"w": 6, | |
"x": 18, | |
"y": 10 | |
}, | |
"id": 67, | |
"interval": null, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeatIteration": 1561564976678, | |
"repeatPanelId": 25, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": true, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_duration_seconds{service=~\"$services\"}", | |
"format": "time_series", | |
"instant": false, | |
"interval": "", | |
"intervalFactor": 1, | |
"legendFormat": "", | |
"refId": "A" | |
} | |
], | |
"thresholds": "", | |
"title": "Response Time", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
} | |
], | |
"schemaVersion": 16, | |
"style": "dark", | |
"tags": [], | |
"templating": { | |
"list": [ | |
{ | |
"allValue": null, | |
"current": { | |
"text": "All", | |
"value": "$__all" | |
}, | |
"datasource": "Prometheus", | |
"definition": "label_values(probe_success, service)", | |
"hide": 0, | |
"includeAll": true, | |
"label": null, | |
"multi": false, | |
"name": "services", | |
"options": [ | |
{ | |
"selected": true, | |
"text": "All", | |
"value": "$__all" | |
}, | |
{ | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
}, | |
{ | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
}, | |
{ | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
}, | |
{ | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
], | |
"query": "label_values(probe_success, service)", | |
"refresh": 0, | |
"regex": "", | |
"skipUrlSync": false, | |
"sort": 1, | |
"tagValuesQuery": "", | |
"tags": [], | |
"tagsQuery": "", | |
"type": "query", | |
"useTags": false | |
} | |
] | |
}, | |
"time": { | |
"from": "now-3h", | |
"to": "now" | |
}, | |
"timepicker": { | |
"refresh_intervals": [ | |
"5s", | |
"10s", | |
"30s", | |
"1m", | |
"5m", | |
"15m", | |
"30m", | |
"1h", | |
"2h", | |
"1d" | |
], | |
"time_options": [ | |
"5m", | |
"15m", | |
"1h", | |
"6h", | |
"12h", | |
"24h", | |
"2d", | |
"7d", | |
"30d" | |
] | |
}, | |
"timezone": "", | |
"title": "Endpoints Report", | |
"version": 18 | |
} | |
name: endpointsreport.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: integreatly.org/v1alpha1 | |
kind: GrafanaDashboard | |
metadata: | |
name: endpointssummary | |
labels: | |
monitoring-key: middleware | |
spec: | |
json: | | |
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", | |
"type": "dashboard" | |
} | |
] | |
}, | |
"editable": true, | |
"gnetId": null, | |
"graphTooltip": 0, | |
"id": 3, | |
"iteration": 1561549685989, | |
"links": [], | |
"panels": [ | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#299c46", | |
"rgba(237, 129, 40, 0.89)", | |
"#d44a3a" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 24, | |
"x": 0, | |
"y": 0 | |
}, | |
"id": 12, | |
"interval": null, | |
"links": [ | |
{ | |
"dashboard": "Endpoints Detailed", | |
"title": "Drill Down", | |
"type": "dashboard", | |
"url": "/d/xtkCtBkiz2/endpoints-detailed" | |
} | |
], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "count(probe_success) - sum(probe_success)", | |
"format": "time_series", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "Total Endpoints DOWN", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 6 | |
}, | |
"id": 4, | |
"panels": [], | |
"repeat": "services", | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"title": "$services UP/DOWN Status", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 3, | |
"w": 24, | |
"x": 0, | |
"y": 7 | |
}, | |
"id": 2, | |
"interval": null, | |
"links": [ | |
{ | |
"dashboard": "Endpoints Detailed", | |
"includeVars": true, | |
"title": "Drill Down", | |
"type": "dashboard", | |
"url": "/d/xtkCtBkiz2/endpoints-detailed" | |
} | |
], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeat": null, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse", | |
"value": "fuse" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "$services", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "UP", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "DOWN", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 10 | |
}, | |
"id": 13, | |
"panels": [], | |
"repeat": null, | |
"repeatIteration": 1561549685989, | |
"repeatPanelId": 4, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"title": "$services UP/DOWN Status", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 3, | |
"w": 24, | |
"x": 0, | |
"y": 11 | |
}, | |
"id": 14, | |
"interval": null, | |
"links": [ | |
{ | |
"dashboard": "Endpoints Detailed", | |
"includeVars": true, | |
"title": "Drill Down", | |
"type": "dashboard", | |
"url": "/d/xtkCtBkiz2/endpoints-detailed" | |
} | |
], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeat": null, | |
"repeatIteration": 1561549685989, | |
"repeatPanelId": 2, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "fuse-oauth-proxy", | |
"value": "fuse-oauth-proxy" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "$services", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "UP", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "DOWN", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 14 | |
}, | |
"id": 15, | |
"panels": [], | |
"repeat": null, | |
"repeatIteration": 1561549685989, | |
"repeatPanelId": 4, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"title": "$services UP/DOWN Status", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 3, | |
"w": 24, | |
"x": 0, | |
"y": 15 | |
}, | |
"id": 16, | |
"interval": null, | |
"links": [ | |
{ | |
"dashboard": "Endpoints Detailed", | |
"includeVars": true, | |
"title": "Drill Down", | |
"type": "dashboard", | |
"url": "/d/xtkCtBkiz2/endpoints-detailed" | |
} | |
], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeat": null, | |
"repeatIteration": 1561549685989, | |
"repeatPanelId": 2, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "solution-explorer", | |
"value": "solution-explorer" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "$services", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "UP", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "DOWN", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 18 | |
}, | |
"id": 17, | |
"panels": [], | |
"repeat": null, | |
"repeatIteration": 1561549685989, | |
"repeatPanelId": 4, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"title": "$services UP/DOWN Status", | |
"type": "row" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": true, | |
"colorValue": false, | |
"colors": [ | |
"#d44a3a", | |
"rgba(237, 129, 40, 0.89)", | |
"#299c46" | |
], | |
"datasource": "Prometheus", | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"gridPos": { | |
"h": 3, | |
"w": 24, | |
"x": 0, | |
"y": 19 | |
}, | |
"id": 18, | |
"interval": null, | |
"links": [ | |
{ | |
"dashboard": "Endpoints Detailed", | |
"includeVars": true, | |
"title": "Drill Down", | |
"type": "dashboard", | |
"url": "/d/xtkCtBkiz2/endpoints-detailed" | |
} | |
], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"repeat": null, | |
"repeatIteration": 1561549685989, | |
"repeatPanelId": 2, | |
"repeatedByRow": true, | |
"scopedVars": { | |
"services": { | |
"selected": false, | |
"text": "sso", | |
"value": "sso" | |
} | |
}, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"tableColumn": "", | |
"targets": [ | |
{ | |
"expr": "probe_success{service=~\"$services\"}", | |
"format": "time_series", | |
"interval": "$interval", | |
"intervalFactor": 1, | |
"refId": "A" | |
} | |
], | |
"thresholds": "1,1", | |
"title": "$services", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
}, | |
{ | |
"op": "=", | |
"text": "UP", | |
"value": "1" | |
}, | |
{ | |
"op": "=", | |
"text": "DOWN", | |
"value": "0" | |
} | |
], | |
"valueName": "current" | |
} | |
], | |
"refresh": "10s", | |
"schemaVersion": 16, | |
"style": "dark", | |
"tags": [], | |
"templating": { | |
"list": [ | |
{ | |
"auto": true, | |
"auto_count": 10, | |
"auto_min": "10s", | |
"current": { | |
"text": "30s", | |
"value": "30s" | |
}, | |
"hide": 0, | |
"label": "Interval", | |
"name": "interval", | |
"options": [ | |
{ | |
"selected": false, | |
"text": "auto", | |
"value": "$__auto_interval_interval" | |
}, | |
{ | |
"selected": false, | |
"text": "5s", | |
"value": "5s" | |
}, | |
{ | |
"selected": false, | |
"text": "10s", | |
"value": "10s" | |
}, | |
{ | |
"selected": true, | |
"text": "30s", | |
"value": "30s" | |
}, | |
{ | |
"selected": false, | |
"text": "1m", | |
"value": "1m" | |
}, | |
{ | |
"selected": false, | |
"text": "10m", | |
"value": "10m" | |
}, | |
{ | |
"selected": false, | |
"text": "30m", | |
"value": "30m" | |
}, | |
{ | |
"selected": false, | |
"text": "1h", | |
"value": "1h" | |
}, | |
{ | |
"selected": false, | |
"text": "6h", | |
"value": "6h" | |
}, | |
{ | |
"selected": false, | |
"text": "12h", | |
"value": "12h" | |
}, | |
{ | |
"selected": false, | |
"text": "1d", | |
"value": "1d" | |
}, | |
{ | |
"selected": false, | |
"text": "7d", | |
"value": "7d" | |
}, | |
{ | |
"selected": false, | |
"text": "14d", | |
"value": "14d" | |
}, | |
{ | |
"selected": false, | |
"text": "30d", | |
"value": "30d" | |
} | |
], | |
"query": "5s,10s,30s,1m,10m,30m,1h,6h,12h,1d,7d,14d,30d", | |
"refresh": 2, | |
"skipUrlSync": false, | |
"type": "interval" | |
}, | |
{ | |
"allValue": null, | |
"current": { | |
"text": "All", | |
"value": [ | |
"$__all" | |
] | |
}, | |
"datasource": "Prometheus", | |
"definition": "label_values(probe_success, service)", | |
"hide": 0, | |
"includeAll": true, | |
"label": null, | |
"multi": true, | |
"name": "services", | |
"options": [], | |
"query": "label_values(probe_success, service)", | |
"refresh": 1, | |
"regex": "", | |
"skipUrlSync": false, | |
"sort": 1, | |
"tagValuesQuery": "", | |
"tags": [], | |
"tagsQuery": "", | |
"type": "query", | |
"useTags": false | |
} | |
] | |
}, | |
"time": { | |
"from": "now-1h", | |
"to": "now" | |
}, | |
"timepicker": { | |
"refresh_intervals": [ | |
"5s", | |
"10s", | |
"30s", | |
"1m", | |
"5m", | |
"15m", | |
"30m", | |
"1h", | |
"2h", | |
"1d" | |
], | |
"time_options": [ | |
"5m", | |
"15m", | |
"1h", | |
"6h", | |
"12h", | |
"24h", | |
"2d", | |
"7d", | |
"30d" | |
] | |
}, | |
"timezone": "", | |
"title": "Endpoints Summary", | |
"uid": "hZJ_054Zk", | |
"version": 4 | |
} | |
name: endpointssummary.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment