2023-03-13 11:35:55 +00:00
{
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
"datasource" : {
"type" : "grafana" ,
"uid" : "-- Grafana --"
} ,
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
"type" : "dashboard"
}
]
} ,
"editable" : true ,
"fiscalYearStartMonth" : 0 ,
"graphTooltip" : 0 ,
2024-08-29 09:04:14 +00:00
"id" : 50 ,
2023-03-13 11:35:55 +00:00
"links" : [ ] ,
"panels" : [
{
"datasource" : {
2023-09-14 10:55:59 +00:00
"type" : "vertamedia-clickhouse-datasource" ,
2023-03-13 11:35:55 +00:00
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2023-11-07 09:58:11 +00:00
"axisBorderShow" : false ,
2023-03-13 11:35:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-08-29 09:04:14 +00:00
"barWidthFactor" : 0.6 ,
2023-03-13 11:35:55 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2023-09-14 10:55:59 +00:00
"insertNulls" : false ,
2023-03-13 11:35:55 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 17 ,
"x" : 0 ,
"y" : 0
} ,
2023-09-14 10:55:59 +00:00
"id" : 12 ,
"options" : {
"legend" : {
"calcs" : [ "mean" ] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-09-14 10:55:59 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_response_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n statusCode,\n t\nORDER BY t\n" ,
"rawQuery" : "SELECT\n (intDiv(toUInt32(timestamp), 20) * 20) * 1000 AS t,\n blob1 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_response_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1694666628) AND timestamp <= toDateTime(1694688228)\n\nGROUP BY\n statusCode,\n t\nORDER BY t" ,
2023-09-14 10:55:59 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Requests by status code" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "vertamedia-clickhouse-datasource" ,
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"decimals" : 2 ,
"mappings" : [ ]
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 7 ,
"x" : 17 ,
"y" : 0
} ,
"id" : 11 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true ,
"values" : [ "percent" ]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [ "mean" ] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-09-14 10:55:59 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_response_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n statusCode,\n t\nORDER BY t\n" ,
"rawQuery" : "SELECT\n (intDiv(toUInt32(timestamp), 20) * 20) * 1000 AS t,\n blob1 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_response_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1694666678) AND timestamp <= toDateTime(1694688278)\n\nGROUP BY\n statusCode,\n t\nORDER BY t" ,
2023-09-14 10:55:59 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Response by status code" ,
"type" : "piechart"
} ,
{
"datasource" : {
"type" : "vertamedia-clickhouse-datasource" ,
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2023-11-07 09:58:11 +00:00
"axisBorderShow" : false ,
2023-09-14 10:55:59 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-08-29 09:04:14 +00:00
"barWidthFactor" : 0.6 ,
2023-09-14 10:55:59 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
2023-11-07 09:58:11 +00:00
"w" : 24 ,
2023-09-14 10:55:59 +00:00
"x" : 0 ,
"y" : 7
} ,
2023-11-07 09:58:11 +00:00
"id" : 16 ,
"options" : {
"legend" : {
"calcs" : [ "mean" ] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-11-07 09:58:11 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS statusCode,\n blob2 as requestPath,\n COUNT() as total\nFROM hive_ha_cdn_response_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n statusCode,\n requestPath,\n t\nORDER BY t\n" ,
"rawQuery" : "SELECT\n (intDiv(toUInt32(timestamp), 1) * 1) * 1000 AS t,\n blob1 AS statusCode,\n blob2 as requestPath,\n COUNT() as total\nFROM hive_ha_cdn_response_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1699350434) AND timestamp <= toDateTime(1699350734)\n\nGROUP BY\n statusCode,\n requestPath,\n t\nORDER BY t" ,
2023-11-07 09:58:11 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Requests by path and status code" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "vertamedia-clickhouse-datasource" ,
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-08-29 09:04:14 +00:00
"barWidthFactor" : 0.6 ,
2023-11-07 09:58:11 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 17 ,
"x" : 0 ,
"y" : 14
} ,
2023-09-14 10:55:59 +00:00
"id" : 14 ,
"options" : {
"legend" : {
"calcs" : [ "mean" ] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-09-14 10:55:59 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS action,\n blob2 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_r2_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n action,\n statusCode,\n t\nORDER BY t\n" ,
"rawQuery" : "SELECT\n (intDiv(toUInt32(timestamp), 20) * 20) * 1000 AS t,\n blob1 AS action,\n blob2 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_r2_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1694666810) AND timestamp <= toDateTime(1694688410)\n\nGROUP BY\n action,\n statusCode,\n t\nORDER BY t" ,
2023-09-14 10:55:59 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "R2 calls" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "vertamedia-clickhouse-datasource" ,
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"decimals" : 2 ,
"mappings" : [ ]
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 7 ,
"x" : 17 ,
2023-11-07 09:58:11 +00:00
"y" : 14
2023-09-14 10:55:59 +00:00
} ,
"id" : 15 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true ,
"values" : [ "percent" ]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [ "mean" ] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-09-14 10:55:59 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS action,\n blob2 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_r2_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n action,\n statusCode,\n t\nORDER BY t\n" ,
"rawQuery" : "SELECT\n (intDiv(toUInt32(timestamp), 20) * 20) * 1000 AS t,\n blob1 AS action,\n blob2 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_r2_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1694666815) AND timestamp <= toDateTime(1694688415)\n\nGROUP BY\n action,\n statusCode,\n t\nORDER BY t" ,
2023-09-14 10:55:59 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "R2 calls" ,
"type" : "piechart"
} ,
2024-08-28 15:31:03 +00:00
{
"datasource" : {
"type" : "vertamedia-clickhouse-datasource" ,
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
2024-08-29 09:04:14 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 17 ,
"x" : 0 ,
"y" : 21
} ,
"id" : 19 ,
"options" : {
"legend" : {
"calcs" : [ "mean" ] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"pluginVersion" : "11.3.0-74991" ,
"targets" : [
{
"add_metadata" : true ,
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"editorMode" : "builder" ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"interval" : "" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS action,\n blob2 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_s3_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n action,\n statusCode,\n t\nORDER BY t\n" ,
"rawQuery" : "/* grafana dashboard=CDN Usage, user=19 */\nSELECT\n (intDiv(toUInt32(timestamp), 5) * 5) * 1000 AS t,\n blob1 AS action,\n blob2 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_s3_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1724917446) AND timestamp <= toDateTime(1724921046)\n\nGROUP BY\n action,\n statusCode,\n t\nORDER BY t" ,
2024-08-29 09:04:14 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "S3 calls" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "vertamedia-clickhouse-datasource" ,
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"decimals" : 2 ,
"mappings" : [ ]
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 7 ,
"x" : 17 ,
"y" : 21
} ,
"id" : 20 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true ,
"values" : [ "percent" ]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [ "mean" ] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"pluginVersion" : "11.3.0-74991" ,
"targets" : [
{
"add_metadata" : true ,
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"editorMode" : "builder" ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"interval" : "" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS action,\n blob2 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_s3_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n action,\n statusCode,\n t\nORDER BY t\n" ,
"rawQuery" : "/* grafana dashboard=CDN Usage, user=19 */\nSELECT\n (intDiv(toUInt32(timestamp), 5) * 5) * 1000 AS t,\n blob1 AS action,\n blob2 AS statusCode,\n COUNT() as total\nFROM hive_ha_cdn_s3_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1724917446) AND timestamp <= toDateTime(1724921046)\n\nGROUP BY\n action,\n statusCode,\n t\nORDER BY t" ,
2024-08-29 09:04:14 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "S3 calls" ,
"type" : "piechart"
} ,
{
"datasource" : {
"type" : "vertamedia-clickhouse-datasource" ,
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "right" ,
"axisWidth" : 120 ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "points" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
2024-08-28 15:31:03 +00:00
"fieldMinMax" : false ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "dtdurationms"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2024-08-29 09:04:14 +00:00
"h" : 14 ,
2024-08-28 15:31:03 +00:00
"w" : 24 ,
"x" : 0 ,
2024-08-29 09:04:14 +00:00
"y" : 28
2024-08-28 15:31:03 +00:00
} ,
"id" : 17 ,
"options" : {
"legend" : {
"calcs" : [ "max" , "min" , "mean" ] ,
"displayMode" : "table" ,
2024-08-29 09:04:14 +00:00
"placement" : "bottom" ,
2024-08-28 15:31:03 +00:00
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2024-08-28 15:31:03 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS action,\n quantileWeighted(0.95, double1, _sample_interval) as p95\nFROM hive_ha_cdn_r2_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n action,\n t\nORDER BY t\n" ,
"rawQuery" : "SELECT\n (intDiv(toUInt32(timestamp), 20) * 20) * 1000 AS t,\n blob1 AS action,\n quantileWeighted(0.95, double1, _sample_interval) as p95\nFROM hive_ha_cdn_r2_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1724821505) AND timestamp <= toDateTime(1724843105)\n\nGROUP BY\n action,\n t\nORDER BY t" ,
2024-08-28 15:31:03 +00:00
"refId" : "A" ,
"round" : "0s" ,
"showFormattedSQL" : false ,
"skip_comments" : true
}
] ,
"title" : "R2 calls (p95 latency)" ,
"type" : "timeseries"
} ,
2024-08-29 09:04:14 +00:00
{
"datasource" : {
"type" : "vertamedia-clickhouse-datasource" ,
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "right" ,
"axisWidth" : 120 ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "points" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"fieldMinMax" : false ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "dtdurationms"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 14 ,
"w" : 24 ,
"x" : 0 ,
"y" : 42
} ,
"id" : 18 ,
"options" : {
"legend" : {
"calcs" : [ "max" , "min" , "mean" ] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"pluginVersion" : "11.3.0-74991" ,
"targets" : [
{
"add_metadata" : true ,
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"editorMode" : "builder" ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"interval" : "" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS action,\n quantileWeighted(0.95, double1, _sample_interval) as p95\nFROM hive_ha_cdn_s3_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n action,\n t\nORDER BY t\n" ,
"rawQuery" : "/* grafana dashboard=CDN Usage, user=19 */\nSELECT\n (intDiv(toUInt32(timestamp), 30) * 30) * 1000 AS t,\n blob1 AS action,\n quantileWeighted(0.95, double1, _sample_interval) as p95\nFROM hive_ha_cdn_s2_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1724917446) AND timestamp <= toDateTime(1724921046)\n\nGROUP BY\n action,\n t\nORDER BY t" ,
2024-08-29 09:04:14 +00:00
"refId" : "A" ,
"round" : "0s" ,
"showFormattedSQL" : false ,
"skip_comments" : true
}
] ,
"title" : "S3 calls (p95 latency)" ,
"type" : "timeseries"
} ,
2023-09-14 10:55:59 +00:00
{
"datasource" : {
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2023-11-07 09:58:11 +00:00
"axisBorderShow" : false ,
2023-09-14 10:55:59 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-08-29 09:04:14 +00:00
"barWidthFactor" : 0.6 ,
2023-09-14 10:55:59 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 17 ,
"x" : 0 ,
2024-08-29 09:04:14 +00:00
"y" : 56
2023-09-14 10:55:59 +00:00
} ,
2023-03-13 11:35:55 +00:00
"id" : 2 ,
"options" : {
"legend" : {
"calcs" : [ "mean" ] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-03-13 11:35:55 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob2 AS feature,\n COUNT() as total\nFROM hive_ha_cdn_usage_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n feature,\n t\nORDER BY t\n" ,
"rawQuery" : "SELECT\n (intDiv(toUInt32(timestamp), 2) * 2) * 1000 AS t,\n blob2 AS feature,\n COUNT() as total\nFROM hive_ha_cdn_usage_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1671448241) AND timestamp <= toDateTime(1671451841)\n\nGROUP BY\n feature,\n t\nORDER BY t" ,
2023-03-13 11:35:55 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Features" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"decimals" : 2 ,
"mappings" : [ ]
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 7 ,
"x" : 17 ,
2024-08-29 09:04:14 +00:00
"y" : 56
2023-03-13 11:35:55 +00:00
} ,
2023-09-14 10:55:59 +00:00
"id" : 13 ,
2023-03-13 11:35:55 +00:00
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true ,
"values" : [ "percent" ]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [ "mean" ] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-03-13 11:35:55 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT \n $timeSeries AS t,\n\tblob2 AS feature,\n\tCOUNT() as total\nFROM hive_ha_cdn_usage_TABLE_SUFFIX\nWHERE $timeFilter\nGROUP BY feature, t\nORDER BY t" ,
"rawQuery" : "SELECT \n (intDiv(toUInt32(timestamp), 1) * 1) * 1000 AS t,\n\tblob2 AS feature,\n\tCOUNT() as total\nFROM hive_ha_cdn_usage_TABLE_SUFFIX\nWHERE timestamp >= toDateTime(1671444869) AND timestamp <= toDateTime(1671445769)\nGROUP BY feature, t\nORDER BY t" ,
2023-03-13 11:35:55 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Features" ,
"type" : "piechart"
} ,
{
"datasource" : {
"uid" : "$Subscription"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2024-08-29 09:04:14 +00:00
"axisBorderShow" : false ,
2023-03-13 11:35:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-08-29 09:04:14 +00:00
"barWidthFactor" : 0.6 ,
2023-03-13 11:35:55 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2023-09-14 10:55:59 +00:00
"insertNulls" : false ,
2023-03-13 11:35:55 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-29 09:04:14 +00:00
"color" : "green" ,
"value" : null
2023-03-13 11:35:55 +00:00
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 17 ,
"x" : 0 ,
2024-08-29 09:04:14 +00:00
"y" : 63
2023-03-13 11:35:55 +00:00
} ,
"id" : 3 ,
"options" : {
"legend" : {
"calcs" : [ "mean" ] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-03-13 11:35:55 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT \n $timeSeries AS t,\n blob1 AS cdnVersion,\n\tCOUNT() as total\nFROM hive_ha_cdn_usage_TABLE_SUFFIX\nWHERE $timeFilter\nGROUP BY cdnVersion, t\nORDER BY t" ,
"rawQuery" : "SELECT \n (intDiv(toUInt32(timestamp), 20) * 20) * 1000 AS t,\n blob1 AS cdnVersion,\n\tCOUNT() as total\nFROM hive_ha_cdn_usage_TABLE_SUFFIX\nWHERE timestamp >= toDateTime(1671424022) AND timestamp <= toDateTime(1671445622)\nGROUP BY cdnVersion, t\nORDER BY t" ,
2023-03-13 11:35:55 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Versions" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"uid" : "$Subscription"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"mappings" : [ ]
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 7 ,
"x" : 17 ,
2024-08-29 09:04:14 +00:00
"y" : 63
2023-03-13 11:35:55 +00:00
} ,
"id" : 5 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true ,
"values" : [ "percent" ]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [ "mean" ] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-03-13 11:35:55 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT \n $timeSeries AS t,\n blob1 AS cdnVersion,\n\tCOUNT() as total\nFROM hive_ha_cdn_usage_TABLE_SUFFIX\nWHERE $timeFilter\nGROUP BY cdnVersion, t\nORDER BY t" ,
"rawQuery" : "SELECT \n (intDiv(toUInt32(timestamp), 1) * 1) * 1000 AS t,\n blob1 AS cdnVersion,\n\tCOUNT() as total\nFROM hive_ha_cdn_usage_TABLE_SUFFIX\nWHERE timestamp >= toDateTime(1671444913) AND timestamp <= toDateTime(1671445813)\nGROUP BY cdnVersion, t\nORDER BY t" ,
2023-03-13 11:35:55 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Versions" ,
"type" : "piechart"
} ,
{
"datasource" : {
"uid" : "$Subscription"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2024-08-29 09:04:14 +00:00
"axisBorderShow" : false ,
2023-03-13 11:35:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-08-29 09:04:14 +00:00
"barWidthFactor" : 0.6 ,
2023-03-13 11:35:55 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2023-09-14 10:55:59 +00:00
"insertNulls" : false ,
2023-03-13 11:35:55 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "dashed"
}
} ,
"decimals" : 2 ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-29 09:04:14 +00:00
"color" : "green" ,
"value" : null
2023-03-13 11:35:55 +00:00
} ,
{
"color" : "orange" ,
"value" : 20
} ,
{
"color" : "red" ,
"value" : 50
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 14 ,
"x" : 0 ,
2024-08-29 09:04:14 +00:00
"y" : 69
2023-03-13 11:35:55 +00:00
} ,
"id" : 6 ,
"options" : {
"legend" : {
"calcs" : [ "mean" ] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-03-13 11:35:55 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1,\n blob2,\n COUNT() as total\nFROM hive_ha_cdn_error_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n t,\n blob1,\n blob2\nORDER BY t\n" ,
"rawQuery" : "SELECT\n (intDiv(toUInt32(timestamp), 1) * 1) * 1000 AS t,\n blob1,\n blob2,\n COUNT() as total\nFROM hive_ha_cdn_error_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1674578665) AND timestamp <= toDateTime(1674579565)\n\nGROUP BY\n t,\n blob1,\n blob2\nORDER BY t" ,
2023-03-13 11:35:55 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Errors" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"uid" : "$Subscription"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"mappings" : [ ]
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 8 ,
"x" : 14 ,
2024-08-29 09:04:14 +00:00
"y" : 69
2023-03-13 11:35:55 +00:00
} ,
"id" : 7 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true ,
"values" : [ "percent" ]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [ "mean" ] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-03-13 11:35:55 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT \n $timeSeries AS t,\n blob1,\n blob2,\n\tCOUNT() as total\nFROM hive_ha_cdn_error_TABLE_SUFFIX\nWHERE $timeFilter\nGROUP BY blob1, blob2, t\nORDER BY t" ,
"rawQuery" : "SELECT \n (intDiv(toUInt32(timestamp), 30) * 30) * 1000 AS t,\n blob1,\n blob2,\n\tCOUNT() as total\nFROM hive_ha_cdn_error_TABLE_SUFFIX\nWHERE timestamp >= toDateTime(1672691916) AND timestamp <= toDateTime(1672735116)\nGROUP BY blob1, blob2, t\nORDER BY t" ,
2023-03-13 11:35:55 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Errors" ,
"type" : "piechart"
} ,
{
"datasource" : {
"uid" : "$Subscription"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-29 09:04:14 +00:00
"color" : "green" ,
"value" : null
2023-03-13 11:35:55 +00:00
} ,
{
"color" : "#EAB839" ,
"value" : 10
} ,
{
"color" : "red" ,
"value" : 25
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 6 ,
"w" : 2 ,
"x" : 22 ,
2024-08-29 09:04:14 +00:00
"y" : 69
2023-03-13 11:35:55 +00:00
} ,
"id" : 8 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
2024-08-29 09:04:14 +00:00
"percentChangeColorMode" : "standard" ,
2023-03-13 11:35:55 +00:00
"reduceOptions" : {
"calcs" : [ "mean" ] ,
"fields" : "" ,
"values" : false
} ,
2024-08-29 09:04:14 +00:00
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
2023-03-13 11:35:55 +00:00
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-03-13 11:35:55 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT \n $timeSeries AS t,\n\tCOUNT() as total\nFROM hive_ha_cdn_error_TABLE_SUFFIX\nWHERE $timeFilter\nGROUP BY t\nORDER BY t" ,
"rawQuery" : "SELECT \n (intDiv(toUInt32(timestamp), 15) * 15) * 1000 AS t,\n\tCOUNT() as total\nFROM hive_ha_cdn_error_TABLE_SUFFIX\nWHERE timestamp >= toDateTime(1674558093) AND timestamp <= toDateTime(1674579693)\nGROUP BY t\nORDER BY t" ,
2023-03-13 11:35:55 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Errors in total" ,
"type" : "stat"
} ,
{
"datasource" : {
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2024-08-29 09:04:14 +00:00
"axisBorderShow" : false ,
2023-03-13 11:35:55 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2024-08-29 09:04:14 +00:00
"barWidthFactor" : 0.6 ,
2023-03-13 11:35:55 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2023-09-14 10:55:59 +00:00
"insertNulls" : false ,
2023-03-13 11:35:55 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2024-08-29 09:04:14 +00:00
"color" : "green" ,
"value" : null
2023-03-13 11:35:55 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 17 ,
"x" : 0 ,
2024-08-29 09:04:14 +00:00
"y" : 75
2023-03-13 11:35:55 +00:00
} ,
"id" : 10 ,
"options" : {
"legend" : {
"calcs" : [ "mean" ] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-03-13 11:35:55 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS action,\n blob2 AS value,\n COUNT() as total\nFROM hive_ha_cdn_key_validation_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n action,\n value,\n t\nORDER BY t\n" ,
"rawQuery" : "SELECT\n (intDiv(toUInt32(timestamp), 2) * 2) * 1000 AS t,\n blob1 AS action,\n blob2 AS value,\n COUNT() as total\nFROM hive_ha_cdn_key_validation_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1674646874) AND timestamp <= toDateTime(1674650474)\n\nGROUP BY\n action,\n value,\n t\nORDER BY t" ,
2023-03-13 11:35:55 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Key validation" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"uid" : "$Subscription"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"decimals" : 2 ,
"mappings" : [ ]
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 7 ,
"x" : 17 ,
2024-08-29 09:04:14 +00:00
"y" : 75
2023-03-13 11:35:55 +00:00
} ,
"id" : 4 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true ,
"values" : [ "percent" ]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [ "mean" ] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2024-08-29 09:04:14 +00:00
"pluginVersion" : "11.3.0-74991" ,
2023-03-13 11:35:55 +00:00
"targets" : [
{
"datasource" : {
"uid" : "$Subscription"
} ,
"dateTimeColDataType" : "timestamp" ,
"dateTimeType" : "DATETIME" ,
"datetimeLoading" : false ,
"extrapolate" : true ,
"format" : "time_series" ,
"formattedQuery" : "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t" ,
"intervalFactor" : 1 ,
2024-08-29 13:20:56 +00:00
"query" : "SELECT\n $timeSeries AS t,\n blob1 AS action,\n blob2 AS value,\n COUNT() as total\nFROM hive_ha_cdn_key_validation_TABLE_SUFFIX\n\nWHERE $timeFilter\n\nGROUP BY\n action,\n value,\n t\nORDER BY t\n" ,
"rawQuery" : "SELECT\n (intDiv(toUInt32(timestamp), 2) * 2) * 1000 AS t,\n blob1 AS action,\n blob2 AS value,\n COUNT() as total\nFROM hive_ha_cdn_key_validation_TABLE_SUFFIX\n\nWHERE timestamp >= toDateTime(1674646880) AND timestamp <= toDateTime(1674650480)\n\nGROUP BY\n action,\n value,\n t\nORDER BY t" ,
2023-03-13 11:35:55 +00:00
"refId" : "A" ,
"round" : "0s" ,
"skip_comments" : true
}
] ,
"title" : "Key validation" ,
"type" : "piechart"
}
] ,
2024-08-29 09:04:14 +00:00
"preload" : false ,
2024-08-28 15:31:03 +00:00
"refresh" : "" ,
2023-11-07 09:58:11 +00:00
"schemaVersion" : 39 ,
2023-03-13 11:35:55 +00:00
"tags" : [ "hive" , "cdn" ] ,
"templating" : {
"list" : [
{
"current" : {
"text" : "CDN" ,
2024-08-29 09:04:14 +00:00
"value" : "ZTe-Py5Vz"
2023-03-13 11:35:55 +00:00
} ,
"includeAll" : false ,
"name" : "Subscription" ,
"options" : [ ] ,
"query" : "vertamedia-clickhouse-datasource" ,
"refresh" : 1 ,
"regex" : "" ,
"type" : "datasource"
}
]
} ,
"time" : {
2024-08-29 09:04:14 +00:00
"from" : "now-1h" ,
2023-03-13 11:35:55 +00:00
"to" : "now"
} ,
"timepicker" : { } ,
"timezone" : "" ,
"title" : "CDN Usage" ,
2024-08-29 09:04:14 +00:00
"uid" : "0xuKHA-Vk" ,
"version" : 33 ,
2023-03-13 11:35:55 +00:00
"weekStart" : ""
}