2025-05-04 11:22:12 +00:00
{
2025-08-23 20:30:37 +00:00
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
"type" : "dashboard"
}
]
} ,
"editable" : true ,
"fiscalYearStartMonth" : 0 ,
"graphTooltip" : 0 ,
2025-12-29 10:37:13 +00:00
"id" : 0 ,
2025-08-23 20:30:37 +00:00
"links" : [ ] ,
"panels" : [
{
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 22 ,
"panels" : [ ] ,
"title" : "General Counters, CPU, Memory and File Descriptor Stats" ,
"type" : "row"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"description" : "start time of the process" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
2025-05-04 11:22:12 +00:00
{
2025-08-23 20:30:37 +00:00
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
{
"color" : "red" ,
"value" : 80
2025-05-04 11:22:12 +00:00
}
2025-08-23 20:30:37 +00:00
]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"unit" : "dateTimeFromNow"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 4 ,
"x" : 0 ,
"y" : 1
} ,
"id" : 4 ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "none" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"editorMode" : "code" ,
"expr" : "registry_process_start_time_seconds{app=\"$app\", instance=\"$instance\"} * 1000" ,
"format" : "time_series" ,
"intervalFactor" : 2 ,
"legendFormat" : "" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Start Time" ,
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"description" : "The number of cache request received" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
2025-05-04 11:22:12 +00:00
{
2025-08-23 20:30:37 +00:00
"color" : "red" ,
"value" : 80
2025-05-04 11:22:12 +00:00
}
2025-08-23 20:30:37 +00:00
]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 5 ,
"x" : 4 ,
"y" : 1
} ,
"id" : 16 ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "background" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
"max"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-12-29 10:37:13 +00:00
"editorMode" : "code" ,
2025-08-23 20:30:37 +00:00
"expr" : "registry_registry_storage_cache_total{instance=\"$instance\",type=\"Request\"}" ,
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{ type }}" ,
2025-12-29 10:37:13 +00:00
"range" : true ,
2025-08-23 20:30:37 +00:00
"refId" : "A"
}
] ,
"title" : "Total Cache Requests" ,
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"description" : "The number of cache request received (hits)" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
2025-05-04 11:22:12 +00:00
{
2025-08-23 20:30:37 +00:00
"color" : "red" ,
"value" : 80
2025-05-04 11:22:12 +00:00
}
2025-08-23 20:30:37 +00:00
]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 5 ,
"x" : 9 ,
"y" : 1
} ,
"id" : 12 ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "background" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
"max"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-12-29 10:37:13 +00:00
"editorMode" : "code" ,
2025-08-23 20:30:37 +00:00
"expr" : "registry_registry_storage_cache_total{instance=\"$instance\",type=\"Hit\"}" ,
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{ type }}" ,
2025-12-29 10:37:13 +00:00
"range" : true ,
2025-08-23 20:30:37 +00:00
"refId" : "A"
}
] ,
"title" : "Total Hit Cache Requests" ,
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"description" : "The number of cache request received (miss)" ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
2025-05-04 11:22:12 +00:00
{
2025-08-23 20:30:37 +00:00
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
{
"color" : "red" ,
"value" : 80
2025-05-04 11:22:12 +00:00
}
2025-08-23 20:30:37 +00:00
]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 5 ,
"x" : 14 ,
"y" : 1
} ,
"id" : 14 ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "background" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"expr" : "registry_registry_storage_cache_total{instance=\"$instance\",type=\"Miss\"}" ,
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{ type }}" ,
"refId" : "A"
}
] ,
"title" : "Total Missed Cache Requests" ,
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
2025-12-29 10:37:13 +00:00
"mode" : "thresholds"
2025-08-23 20:30:37 +00:00
} ,
2025-12-29 10:37:13 +00:00
"mappings" : [ ] ,
2025-08-23 20:30:37 +00:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2025-12-29 10:37:13 +00:00
"color" : "dark-red" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
2025-05-04 11:22:12 +00:00
{
2025-12-29 10:37:13 +00:00
"color" : "#EAB839" ,
"value" : 0.3
} ,
{
"color" : "green" ,
"value" : 0.8
2025-05-04 11:22:12 +00:00
}
2025-08-23 20:30:37 +00:00
]
2025-05-04 11:22:12 +00:00
} ,
2025-12-29 10:37:13 +00:00
"unit" : "percentunit"
2025-08-23 20:30:37 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 5 ,
"x" : 19 ,
"y" : 1
} ,
2025-12-29 10:37:13 +00:00
"id" : 45 ,
2025-08-23 20:30:37 +00:00
"options" : {
2025-12-29 10:37:13 +00:00
"colorMode" : "value" ,
2025-08-23 20:30:37 +00:00
"graphMode" : "area" ,
"justifyMode" : "auto" ,
2025-12-29 10:37:13 +00:00
"orientation" : "auto" ,
2025-08-23 20:30:37 +00:00
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
"calcs" : [
2025-12-29 10:37:13 +00:00
"lastNotNull"
2025-08-23 20:30:37 +00:00
] ,
"fields" : "" ,
"values" : false
} ,
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"editorMode" : "code" ,
2025-12-29 10:37:13 +00:00
"expr" : "(sum by (job) (rate(registry_registry_storage_cache_total{type=\"Hit\"}[15m]))) / (sum by (job) (rate(registry_registry_storage_cache_total{type=\"Request\"}[15m])))" ,
"instant" : false ,
"legendFormat" : "__auto" ,
2025-08-23 20:30:37 +00:00
"range" : true ,
"refId" : "A"
}
] ,
2025-12-29 10:37:13 +00:00
"title" : "Cache Hit Rate" ,
2025-08-23 20:30:37 +00:00
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"description" : "Average user and system CPU time spent in seconds." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-12-23 18:13:25 +00:00
"barWidthFactor" : 0.6 ,
2025-08-23 20:30:37 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showPoints" : "never" ,
2025-12-23 18:13:25 +00:00
"showValues" : false ,
2025-08-23 20:30:37 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"thresholdsStyle" : {
"mode" : "off"
}
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"unit" : "s"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
"y" : 4
} ,
"id" : 30 ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"tooltip" : {
2025-12-23 18:13:25 +00:00
"hideZeros" : false ,
2025-08-23 20:30:37 +00:00
"mode" : "multi" ,
"sort" : "none"
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "avg(rate(registry_process_cpu_seconds_total{instance=\"$instance\"}[5m]))" ,
"format" : "time_series" ,
"intervalFactor" : 2 ,
"legendFormat" : "CPU Time" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Average CPU Usage" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"description" : "Virtual and Resident memory size in bytes, averages over 5 min interval" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-12-23 18:13:25 +00:00
"barWidthFactor" : 0.6 ,
2025-08-23 20:30:37 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showPoints" : "never" ,
2025-12-23 18:13:25 +00:00
"showValues" : false ,
2025-08-23 20:30:37 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"thresholdsStyle" : {
"mode" : "off"
}
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"unit" : "decbytes"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
"y" : 4
} ,
"id" : 32 ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"tooltip" : {
2025-12-23 18:13:25 +00:00
"hideZeros" : false ,
2025-08-23 20:30:37 +00:00
"mode" : "multi" ,
"sort" : "none"
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "avg(rate(registry_process_resident_memory_bytes{instance=\"$instance\"}[5m]))" ,
"format" : "time_series" ,
"intervalFactor" : 2 ,
"legendFormat" : "Resident Mem" ,
"range" : true ,
"refId" : "A"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "avg(rate(registry_process_virtual_memory_bytes{instance=\"$instance\"}[5m]))" ,
"format" : "time_series" ,
"intervalFactor" : 2 ,
"legendFormat" : "Virtual Mem" ,
"range" : true ,
"refId" : "B"
}
] ,
"title" : "Average Memory Usage" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"description" : "Number of open file descriptors" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-12-23 18:13:25 +00:00
"barWidthFactor" : 0.6 ,
2025-08-23 20:30:37 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showPoints" : "never" ,
2025-12-23 18:13:25 +00:00
"showValues" : false ,
2025-08-23 20:30:37 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"thresholdsStyle" : {
"mode" : "off"
}
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"unit" : "short"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
"y" : 4
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"id" : 34 ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max" ,
"min"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"tooltip" : {
2025-12-23 18:13:25 +00:00
"hideZeros" : false ,
2025-08-23 20:30:37 +00:00
"mode" : "multi" ,
"sort" : "none"
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "registry_process_open_fds{instance=\"$instance\"}" ,
"format" : "time_series" ,
"intervalFactor" : 2 ,
"legendFormat" : "Open FD" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Open File Descriptors" ,
"type" : "timeseries"
} ,
{
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 11
} ,
"id" : 20 ,
"panels" : [ ] ,
"title" : "Registry Metrics" ,
"type" : "row"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-12-29 10:37:13 +00:00
"description" : "Process Resident Memory Usage" ,
2025-08-23 20:30:37 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
2025-12-29 10:37:13 +00:00
"fixedColor" : "rgb(31, 120, 193)" ,
"mode" : "fixed"
2025-08-23 20:30:37 +00:00
} ,
2025-12-29 10:37:13 +00:00
"mappings" : [
{
"options" : {
"match" : "null" ,
"result" : {
"text" : "N/A"
}
} ,
"type" : "special"
2025-08-23 20:30:37 +00:00
}
2025-12-29 10:37:13 +00:00
] ,
2025-08-23 20:30:37 +00:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-05-04 11:22:12 +00:00
} ,
2025-12-29 10:37:13 +00:00
"unit" : "decbytes"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
2025-12-29 10:37:13 +00:00
"h" : 5 ,
2025-08-23 20:30:37 +00:00
"w" : 8 ,
"x" : 0 ,
"y" : 12
} ,
2025-12-29 10:37:13 +00:00
"id" : 24 ,
"maxDataPoints" : 100 ,
2025-08-23 20:30:37 +00:00
"options" : {
2025-12-29 10:37:13 +00:00
"colorMode" : "none" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"percentChangeColorMode" : "standard" ,
"reduceOptions" : {
2025-08-23 20:30:37 +00:00
"calcs" : [
2025-12-29 10:37:13 +00:00
"mean"
2025-08-23 20:30:37 +00:00
] ,
2025-12-29 10:37:13 +00:00
"fields" : "" ,
"values" : false
2025-05-04 11:22:12 +00:00
} ,
2025-12-29 10:37:13 +00:00
"showPercentChange" : false ,
"textMode" : "auto" ,
"wideLayout" : true
2025-08-23 20:30:37 +00:00
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-12-29 10:37:13 +00:00
"editorMode" : "code" ,
"expr" : "avg(registry_process_resident_memory_bytes{instance=\"$instance\"})" ,
2025-08-23 20:30:37 +00:00
"format" : "time_series" ,
2025-12-29 10:37:13 +00:00
"intervalFactor" : 2 ,
"legendFormat" : "" ,
"range" : true ,
2025-08-23 20:30:37 +00:00
"refId" : "A"
}
] ,
2025-12-29 10:37:13 +00:00
"title" : "Resident Memory Usage" ,
"type" : "stat"
2025-08-23 20:30:37 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"description" : "The in-flight HTTP requests" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-12-23 18:13:25 +00:00
"barWidthFactor" : 0.6 ,
2025-08-23 20:30:37 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showPoints" : "never" ,
2025-12-23 18:13:25 +00:00
"showValues" : false ,
2025-08-23 20:30:37 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"thresholdsStyle" : {
"mode" : "off"
}
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"unit" : "short"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 8 ,
"x" : 8 ,
"y" : 12
} ,
"id" : 18 ,
"options" : {
"legend" : {
"calcs" : [
"lastNotNull"
] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"tooltip" : {
2025-12-23 18:13:25 +00:00
"hideZeros" : false ,
2025-08-23 20:30:37 +00:00
"mode" : "multi" ,
"sort" : "none"
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"expr" : "registry_registry_http_in_flight_requests{instance=\"$instance\"}" ,
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{ handler }}" ,
"refId" : "A"
}
] ,
"title" : "In-Flight HTTP Requests" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"description" : "The rate of registry cache requests" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-12-23 18:13:25 +00:00
"barWidthFactor" : 0.6 ,
2025-08-23 20:30:37 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 3 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showPoints" : "never" ,
2025-12-23 18:13:25 +00:00
"showValues" : false ,
2025-08-23 20:30:37 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"thresholdsStyle" : {
"mode" : "off"
}
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"unit" : "short"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 8 ,
"x" : 16 ,
"y" : 12
} ,
"id" : 28 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"tooltip" : {
2025-12-23 18:13:25 +00:00
"hideZeros" : false ,
2025-08-23 20:30:37 +00:00
"mode" : "multi" ,
"sort" : "none"
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"expr" : "ceil(rate(registry_registry_storage_cache_total{instance=\"$instance\"}[5m]))" ,
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{ type }}" ,
"refId" : "A"
}
] ,
"title" : "Registry Cache Requests Rate" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-12-29 10:37:13 +00:00
"description" : "The HTTP requests" ,
2025-08-23 20:30:37 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
2025-12-23 18:13:25 +00:00
"barWidthFactor" : 0.6 ,
2025-08-23 20:30:37 +00:00
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
2025-12-29 10:37:13 +00:00
"lineWidth" : 3 ,
2025-08-23 20:30:37 +00:00
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showPoints" : "never" ,
2025-12-23 18:13:25 +00:00
"showValues" : false ,
2025-08-23 20:30:37 +00:00
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
2025-12-29 10:37:13 +00:00
"mode" : "none"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"thresholdsStyle" : {
"mode" : "off"
}
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-12-23 18:13:25 +00:00
"value" : 0
2025-08-23 20:30:37 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
2025-05-04 11:22:12 +00:00
} ,
2025-12-29 10:37:13 +00:00
"unit" : "short"
2025-08-23 20:30:37 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2025-12-29 10:37:13 +00:00
"h" : 8 ,
2025-08-23 20:30:37 +00:00
"w" : 8 ,
"x" : 0 ,
2025-12-29 10:37:13 +00:00
"y" : 17
2025-08-23 20:30:37 +00:00
} ,
2025-12-29 10:37:13 +00:00
"id" : 26 ,
2025-08-23 20:30:37 +00:00
"options" : {
"legend" : {
2025-12-29 10:37:13 +00:00
"calcs" : [
"lastNotNull"
] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
2025-08-23 20:30:37 +00:00
"showLegend" : true
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"tooltip" : {
2025-12-23 18:13:25 +00:00
"hideZeros" : false ,
2025-08-23 20:30:37 +00:00
"mode" : "multi" ,
2025-12-29 10:37:13 +00:00
"sort" : "none"
2025-08-23 20:30:37 +00:00
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-12-29 10:37:13 +00:00
"expr" : "ceil(rate(registry_registry_http_requests_total{instance=\"$instance\"}[5m]))" ,
2025-08-23 20:30:37 +00:00
"format" : "time_series" ,
2025-12-29 10:37:13 +00:00
"intervalFactor" : 1 ,
"legendFormat" : "{{ handler }}" ,
"refId" : "A"
2025-08-23 20:30:37 +00:00
}
] ,
2025-12-29 10:37:13 +00:00
"title" : "HTTP Requests" ,
2025-08-23 20:30:37 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"scaleDistribution" : {
"type" : "linear"
}
2025-05-04 11:22:12 +00:00
}
2025-08-23 20:30:37 +00:00
} ,
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
"y" : 20
} ,
"id" : 36 ,
"options" : {
"calculate" : true ,
"calculation" : { } ,
"cellGap" : 2 ,
"cellValues" : { } ,
2025-05-04 11:22:12 +00:00
"color" : {
"exponent" : 0.5 ,
2025-08-23 20:30:37 +00:00
"fill" : "#b4ff00" ,
"mode" : "scheme" ,
"reverse" : false ,
"scale" : "exponential" ,
"scheme" : "Oranges" ,
"steps" : 128
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"exemplars" : {
"color" : "rgba(255,0,255,0.7)"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"filterValues" : {
"le" : 1e-9
2025-05-04 11:22:12 +00:00
} ,
"legend" : {
"show" : false
} ,
2025-08-23 20:30:37 +00:00
"rowsFrame" : {
"layout" : "auto"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showValue" : "never" ,
2025-05-04 11:22:12 +00:00
"tooltip" : {
2025-08-23 20:30:37 +00:00
"mode" : "single" ,
"showColorScale" : false ,
"yHistogram" : false
2025-05-04 11:22:12 +00:00
} ,
"yAxis" : {
2025-08-23 20:30:37 +00:00
"axisPlacement" : "left" ,
2025-05-04 11:22:12 +00:00
"min" : "0" ,
2025-08-23 20:30:37 +00:00
"reverse" : false ,
"unit" : "short"
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "rate(registry_registry_http_request_duration_seconds_bucket{handler=\"blob\"}[10m])" ,
"format" : "heatmap" ,
"intervalFactor" : 1 ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "HTTP Request Latencies in seconds (blob)" ,
2025-12-23 18:13:25 +00:00
"type" : "heatmap"
2025-08-23 20:30:37 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"scaleDistribution" : {
"type" : "linear"
}
}
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
"y" : 20
} ,
"id" : 38 ,
"options" : {
"calculate" : true ,
"calculation" : { } ,
"cellGap" : 2 ,
"cellValues" : { } ,
2025-05-04 11:22:12 +00:00
"color" : {
"exponent" : 0.5 ,
2025-08-23 20:30:37 +00:00
"fill" : "#b4ff00" ,
"mode" : "scheme" ,
"reverse" : false ,
"scale" : "exponential" ,
"scheme" : "Oranges" ,
"steps" : 128
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"exemplars" : {
"color" : "rgba(255,0,255,0.7)"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"filterValues" : {
"le" : 1e-9
2025-05-04 11:22:12 +00:00
} ,
"legend" : {
"show" : false
} ,
2025-08-23 20:30:37 +00:00
"rowsFrame" : {
"layout" : "auto"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showValue" : "never" ,
2025-05-04 11:22:12 +00:00
"tooltip" : {
2025-08-23 20:30:37 +00:00
"mode" : "single" ,
"showColorScale" : false ,
"yHistogram" : false
2025-05-04 11:22:12 +00:00
} ,
"yAxis" : {
2025-08-23 20:30:37 +00:00
"axisPlacement" : "left" ,
2025-05-04 11:22:12 +00:00
"min" : "0" ,
2025-08-23 20:30:37 +00:00
"reverse" : false ,
"unit" : "short"
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"editorMode" : "code" ,
"expr" : "rate(http_request_duration_seconds_bucket{handler=\"base\"}[10m])" ,
"format" : "heatmap" ,
"intervalFactor" : 1 ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Upload HTTP Request Latencies in seconds (base)" ,
2025-12-23 18:13:25 +00:00
"type" : "heatmap"
2025-08-23 20:30:37 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
2025-12-29 10:37:13 +00:00
"color" : {
"mode" : "palette-classic"
} ,
2025-08-23 20:30:37 +00:00
"custom" : {
2025-12-29 10:37:13 +00:00
"axisBorderShow" : false ,
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"barWidthFactor" : 0.6 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
2025-08-23 20:30:37 +00:00
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2025-12-29 10:37:13 +00:00
"insertNulls" : false ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
2025-08-23 20:30:37 +00:00
"scaleDistribution" : {
"type" : "linear"
2025-12-29 10:37:13 +00:00
} ,
"showPoints" : "never" ,
"showValues" : false ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "normal"
} ,
"thresholdsStyle" : {
"mode" : "off"
2025-08-23 20:30:37 +00:00
}
2025-12-29 10:37:13 +00:00
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : 0
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "s"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
2025-12-29 10:37:13 +00:00
"y" : 25
} ,
"id" : 44 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true
} ,
"tooltip" : {
"hideZeros" : false ,
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "12.3.0" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"expr" : "increase(registry_registry_storage_action_seconds_sum{instance=\"$instance\"}[2m]) * 1000" ,
"format" : "time_series" ,
"instant" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "{{ action }}" ,
"refId" : "A" ,
"step" : 10 ,
"target" : ""
}
] ,
"title" : "Registry Action Latency" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"scaleDistribution" : {
"type" : "linear"
}
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
2025-08-23 20:30:37 +00:00
"y" : 27
} ,
2025-12-29 10:37:13 +00:00
"id" : 42 ,
2025-08-23 20:30:37 +00:00
"options" : {
"calculate" : true ,
"calculation" : { } ,
"cellGap" : 2 ,
"cellValues" : { } ,
2025-05-04 11:22:12 +00:00
"color" : {
"exponent" : 0.5 ,
2025-08-23 20:30:37 +00:00
"fill" : "#b4ff00" ,
"mode" : "scheme" ,
"reverse" : false ,
"scale" : "exponential" ,
"scheme" : "Oranges" ,
"steps" : 128
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"exemplars" : {
"color" : "rgba(255,0,255,0.7)"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"filterValues" : {
"le" : 1e-9
2025-05-04 11:22:12 +00:00
} ,
"legend" : {
"show" : false
} ,
2025-08-23 20:30:37 +00:00
"rowsFrame" : {
"layout" : "auto"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showValue" : "never" ,
2025-05-04 11:22:12 +00:00
"tooltip" : {
2025-08-23 20:30:37 +00:00
"mode" : "single" ,
"showColorScale" : false ,
"yHistogram" : false
2025-05-04 11:22:12 +00:00
} ,
"yAxis" : {
2025-08-23 20:30:37 +00:00
"axisPlacement" : "left" ,
2025-05-04 11:22:12 +00:00
"min" : "0" ,
2025-08-23 20:30:37 +00:00
"reverse" : false ,
"unit" : "short"
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-12-29 10:37:13 +00:00
"expr" : "rate(registry_registry_http_request_duration_seconds_bucket{handler=\"manifest\"}[10m])" ,
2025-08-23 20:30:37 +00:00
"format" : "heatmap" ,
"intervalFactor" : 1 ,
"refId" : "A"
}
] ,
2025-12-29 10:37:13 +00:00
"title" : "Manifest HTTP Request Latencies in seconds (manifest)" ,
2025-12-23 18:13:25 +00:00
"type" : "heatmap"
2025-08-23 20:30:37 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"scaleDistribution" : {
"type" : "linear"
}
}
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2025-12-29 10:37:13 +00:00
"x" : 16 ,
2025-08-23 20:30:37 +00:00
"y" : 27
} ,
2025-12-29 10:37:13 +00:00
"id" : 40 ,
2025-08-23 20:30:37 +00:00
"options" : {
"calculate" : true ,
"calculation" : { } ,
"cellGap" : 2 ,
"cellValues" : { } ,
2025-05-04 11:22:12 +00:00
"color" : {
"exponent" : 0.5 ,
2025-08-23 20:30:37 +00:00
"fill" : "#b4ff00" ,
"mode" : "scheme" ,
"reverse" : false ,
"scale" : "exponential" ,
"scheme" : "Oranges" ,
"steps" : 128
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"exemplars" : {
"color" : "rgba(255,0,255,0.7)"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"filterValues" : {
"le" : 1e-9
2025-05-04 11:22:12 +00:00
} ,
"legend" : {
"show" : false
} ,
2025-08-23 20:30:37 +00:00
"rowsFrame" : {
"layout" : "auto"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showValue" : "never" ,
2025-05-04 11:22:12 +00:00
"tooltip" : {
2025-08-23 20:30:37 +00:00
"mode" : "single" ,
"showColorScale" : false ,
"yHistogram" : false
2025-05-04 11:22:12 +00:00
} ,
"yAxis" : {
2025-08-23 20:30:37 +00:00
"axisPlacement" : "left" ,
2025-05-04 11:22:12 +00:00
"min" : "0" ,
2025-08-23 20:30:37 +00:00
"reverse" : false ,
"unit" : "short"
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-12-29 10:37:13 +00:00
"editorMode" : "code" ,
"expr" : "rate(registry_http_request_duration_seconds_bucket{handler=\"catalog\"}[10m])" ,
2025-08-23 20:30:37 +00:00
"format" : "heatmap" ,
"intervalFactor" : 1 ,
2025-12-29 10:37:13 +00:00
"range" : true ,
2025-08-23 20:30:37 +00:00
"refId" : "A"
}
] ,
2025-12-29 10:37:13 +00:00
"title" : "Catalog HTTP Request Latencies in seconds (catalog)" ,
2025-12-23 18:13:25 +00:00
"type" : "heatmap"
2025-08-23 20:30:37 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"fieldConfig" : {
"defaults" : {
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"scaleDistribution" : {
"type" : "linear"
}
}
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"overrides" : [ ]
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2025-12-29 10:37:13 +00:00
"x" : 0 ,
"y" : 32
2025-08-23 20:30:37 +00:00
} ,
2025-12-29 10:37:13 +00:00
"id" : 2 ,
2025-08-23 20:30:37 +00:00
"options" : {
"calculate" : true ,
"calculation" : { } ,
"cellGap" : 2 ,
"cellValues" : { } ,
2025-05-04 11:22:12 +00:00
"color" : {
"exponent" : 0.5 ,
2025-08-23 20:30:37 +00:00
"fill" : "#b4ff00" ,
"mode" : "scheme" ,
"reverse" : false ,
"scale" : "exponential" ,
"scheme" : "Oranges" ,
"steps" : 128
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"exemplars" : {
"color" : "rgba(255,0,255,0.7)"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"filterValues" : {
"le" : 1e-9
2025-05-04 11:22:12 +00:00
} ,
"legend" : {
"show" : false
} ,
2025-08-23 20:30:37 +00:00
"rowsFrame" : {
"layout" : "auto"
2025-05-04 11:22:12 +00:00
} ,
2025-08-23 20:30:37 +00:00
"showValue" : "never" ,
2025-05-04 11:22:12 +00:00
"tooltip" : {
2025-08-23 20:30:37 +00:00
"mode" : "single" ,
"showColorScale" : false ,
"yHistogram" : false
2025-05-04 11:22:12 +00:00
} ,
"yAxis" : {
2025-08-23 20:30:37 +00:00
"axisPlacement" : "left" ,
2025-05-04 11:22:12 +00:00
"min" : "0" ,
2025-08-23 20:30:37 +00:00
"reverse" : false ,
"unit" : "short"
}
} ,
2025-12-23 18:13:25 +00:00
"pluginVersion" : "12.3.0" ,
2025-08-23 20:30:37 +00:00
"targets" : [
2025-05-04 11:22:12 +00:00
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
2025-08-23 20:30:37 +00:00
"editorMode" : "code" ,
2025-12-29 10:37:13 +00:00
"expr" : "rate(registry_http_request_duration_seconds_bucket{handler=\"blob_upload\"}[10m])" ,
2025-08-23 20:30:37 +00:00
"format" : "heatmap" ,
"intervalFactor" : 1 ,
"range" : true ,
"refId" : "A"
2025-05-04 11:22:12 +00:00
}
] ,
2025-12-29 10:37:13 +00:00
"title" : "Upload HTTP Request Latencies in seconds (blob_upload)" ,
2025-12-23 18:13:25 +00:00
"type" : "heatmap"
2025-08-23 20:30:37 +00:00
}
] ,
2025-12-23 18:13:25 +00:00
"preload" : false ,
2025-08-23 20:30:37 +00:00
"refresh" : "10s" ,
2025-12-23 18:13:25 +00:00
"schemaVersion" : 42 ,
2025-08-23 20:30:37 +00:00
"tags" : [
"docker" ,
"registry" ,
"internals"
] ,
"templating" : {
"list" : [
{
"current" : {
2025-12-23 18:13:25 +00:00
"text" : "" ,
2025-08-23 20:30:37 +00:00
"value" : ""
} ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"definition" : "" ,
"includeAll" : false ,
"name" : "namespace" ,
"options" : [ ] ,
"query" : "query_result(registry_registry_http_in_flight_requests)" ,
"refresh" : 2 ,
"regex" : "/.*kubernetes_namespace=\"([^\"]+).*/" ,
2025-12-23 18:13:25 +00:00
"type" : "query"
2025-08-23 20:30:37 +00:00
} ,
{
"current" : {
2025-12-23 18:13:25 +00:00
"text" : "" ,
2025-08-23 20:30:37 +00:00
"value" : ""
} ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"definition" : "" ,
"includeAll" : false ,
"name" : "app" ,
"options" : [ ] ,
"query" : "query_result(registry_registry_http_in_flight_requests{kubernetes_namespace=\"$namespace\"})" ,
"refresh" : 2 ,
"regex" : "/.*app=\"([^\"]+)/" ,
2025-12-23 18:13:25 +00:00
"type" : "query"
2025-08-23 20:30:37 +00:00
} ,
{
"current" : {
2025-12-23 18:13:25 +00:00
"text" : "10.0.20.10:5001" ,
"value" : "10.0.20.10:5001"
2025-08-23 20:30:37 +00:00
} ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "PBFA97CFB590B2093"
} ,
"definition" : "" ,
"includeAll" : false ,
"name" : "instance" ,
"options" : [ ] ,
"query" : "query_result(up{app=\"$app\"})" ,
"refresh" : 1 ,
"regex" : "/.*instance=\"([^\"]+).*/" ,
2025-12-23 18:13:25 +00:00
"type" : "query"
2025-08-23 20:30:37 +00:00
}
]
} ,
"time" : {
2025-12-29 10:37:13 +00:00
"from" : "now-12h" ,
2025-08-23 20:30:37 +00:00
"to" : "now"
} ,
2025-12-23 18:13:25 +00:00
"timepicker" : { } ,
2025-08-23 20:30:37 +00:00
"timezone" : "" ,
"title" : "Docker Registry" ,
"uid" : "CoBSgj8iz" ,
2025-12-29 10:37:13 +00:00
"version" : 10
2025-08-23 20:30:37 +00:00
}