"description":"Visualize your kubernetes costs at the pod level.",
"editable":true,
"gnetId":9063,
"graphTooltip":0,
"iteration":1616382275479,
"links":[],
"panels":[
{
"columns":[
{
"text":"Avg",
"value":"avg"
}
],
"datasource":"${datasource}",
"fieldConfig":{
"defaults":{
"custom":{}
},
"overrides":[]
},
"fontSize":"100%",
"gridPos":{
"h":5,
"w":24,
"x":0,
"y":0
},
"hideTimeOverride":true,
"id":98,
"links":[],
"pageSize":5,
"repeatDirection":"v",
"scroll":true,
"showHeader":true,
"sort":{
"col":6,
"desc":true
},
"styles":[
{
"alias":"Container",
"align":"auto",
"colorMode":null,
"colors":[
"rgba(245, 54, 54, 0.9)",
"rgba(50, 172, 45, 0.97)",
"#c15c17"
],
"dateFormat":"YYYY-MM-DD HH:mm:ss",
"decimals":2,
"link":false,
"pattern":"container_name",
"thresholds":[
"30",
"80"
],
"type":"string",
"unit":"currencyUSD"
},
{
"alias":"Memory Allocation",
"align":"auto",
"colorMode":null,
"colors":[
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat":"YYYY-MM-DD HH:mm:ss",
"decimals":2,
"pattern":"Value #B",
"thresholds":[],
"type":"number",
"unit":"bytes"
},
{
"alias":"CPU Allocation",
"align":"auto",
"colorMode":null,
"colors":[
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat":"YYYY-MM-DD HH:mm:ss",
"decimals":2,
"mappingType":1,
"pattern":"Value #A",
"thresholds":[],
"type":"number",
"unit":"none"
},
{
"alias":"",
"align":"auto",
"colorMode":null,
"colors":[
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat":"YYYY-MM-DD HH:mm:ss",
"decimals":2,
"mappingType":1,
"pattern":"Time",
"thresholds":[],
"type":"hidden",
"unit":"short"
},
{
"alias":"Memory ($/hour)",
"align":"auto",
"colorMode":null,
"colors":[
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat":"YYYY-MM-DD HH:mm:ss",
"decimals":2,
"mappingType":1,
"pattern":"Value #C",
"thresholds":[],
"type":"number",
"unit":"currencyUSD"
},
{
"alias":"Spot/PE RAM",
"align":"auto",
"colorMode":null,
"colors":[
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat":"YYYY-MM-DD HH:mm:ss",
"decimals":2,
"mappingType":1,
"pattern":"Value #D",
"thresholds":[],
"type":"number",
"unit":"currencyUSD"
},
{
"alias":"Total",
"align":"auto",
"colorMode":null,
"colors":[
"#bf1b00",
"rgba(50, 172, 45, 0.97)",
"#ef843c"
],
"dateFormat":"YYYY-MM-DD HH:mm:ss",
"decimals":2,
"mappingType":1,
"pattern":"Value #E",
"thresholds":[
""
],
"type":"number",
"unit":"currencyUSD"
}
],
"targets":[
{
"expr":"sum(\n avg_over_time(container_memory_allocation_bytes{namespace=\"$namespace\", pod=\"$pod\", container!=\"POD\"}[$__range])\n) by (container,node)",
"format":"table",
"instant":true,
"intervalFactor":1,
"refId":"B"
},
{
"expr":"sum(\n avg_over_time(container_cpu_allocation{namespace=\"$namespace\", pod=\"$pod\", container!=\"POD\"}[$__range])\n or up * 0 \n) by (container,node)",
"format":"table",
"hide":false,
"instant":true,
"interval":"",
"intervalFactor":1,
"legendFormat":"",
"refId":"A"
}
],
"timeFrom":"1M",
"timeShift":null,
"title":"Container cost & allocation analysis",
"transform":"table",
"type":"table-old"
},
{
"aliasColors":{},
"bars":false,
"dashLength":10,
"dashes":false,
"datasource":"${datasource}",
"decimals":3,
"description":"This graph attempts to show you CPU use of your application vs its requests",
"editable":true,
"error":false,
"fieldConfig":{
"defaults":{
"custom":{}
},
"overrides":[]
},
"fill":0,
"fillGradient":0,
"grid":{},
"gridPos":{
"h":7,
"w":12,
"x":0,
"y":5
},
"height":"",
"hiddenSeries":false,
"id":94,
"isNew":true,
"legend":{
"alignAsTable":false,
"avg":false,
"current":false,
"hideEmpty":false,
"hideZero":false,
"max":false,
"min":false,
"rightSide":false,
"show":true,
"sideWidth":null,
"sort":"current",
"sortDesc":true,
"total":false,
"values":true
},
"lines":true,
"linewidth":2,
"links":[],
"nullPointMode":"connected",
"percentage":false,
"pluginVersion":"7.1.1",
"pointradius":5,
"points":false,
"renderer":"flot",
"seriesOverrides":[],
"spaceLength":10,
"stack":false,
"steppedLine":true,
"targets":[
{
"expr":"avg (rate (container_cpu_usage_seconds_total{namespace=~\"$namespace\", pod_name=\"$pod\", container_name!=\"POD\",container_name!=\"\"}[10m])) by (container_name)",
"format":"time_series",
"hide":false,
"instant":false,
"interval":"",
"intervalFactor":1,
"legendFormat":"{{ container_name }} (usage)",
"metric":"container_cpu",
"refId":"A",
"step":10
},
{
"exemplar":true,
"expr":"avg(kube_pod_container_resource_requests{resource=\"cpu\", unit=\"core\", namespace=~\"$namespace\", pod=~\"$pod\", container!=\"POD\"}) by (container)",
"legendFormat":"{{ container}} (request)",
"refId":"B"
}
],
"thresholds":[],
"timeFrom":"",
"timeRegions":[],
"timeShift":null,
"title":"CPU Usage vs Requested",
"tooltip":{
"msResolution":true,
"shared":true,
"sort":2,
"value_type":"cumulative"
},
"type":"graph",
"xaxis":{
"buckets":null,
"mode":"time",
"name":null,
"show":true,
"values":[]
},
"yaxes":[
{
"format":"none",
"label":"",
"logBase":1,
"max":null,
"min":"0",
"show":true
},
{
"format":"short",
"label":null,
"logBase":1,
"max":null,
"min":null,
"show":false
}
],
"yaxis":{
"align":false,
"alignLevel":null
}
},
{
"aliasColors":{},
"bars":false,
"dashLength":10,
"dashes":false,
"datasource":"${datasource}",
"decimals":3,
"description":"This graph attempts to show you RAM use of your application vs its requests",
"editable":true,
"error":false,
"fieldConfig":{
"defaults":{
"custom":{}
},
"overrides":[]
},
"fill":0,
"fillGradient":0,
"grid":{},
"gridPos":{
"h":7,
"w":12,
"x":12,
"y":5
},
"height":"",
"hiddenSeries":false,
"id":96,
"isNew":true,
"legend":{
"alignAsTable":false,
"avg":false,
"current":false,
"hideEmpty":false,
"hideZero":false,
"max":false,
"min":false,
"rightSide":false,
"show":true,
"sideWidth":null,
"sort":"current",
"sortDesc":true,
"total":false,
"values":true
},
"lines":true,
"linewidth":2,
"links":[],
"nullPointMode":"connected",
"percentage":false,
"pluginVersion":"7.1.1",
"pointradius":5,
"points":false,
"renderer":"flot",
"seriesOverrides":[],
"spaceLength":10,
"stack":false,
"steppedLine":true,
"targets":[
{
"expr":"avg (avg_over_time (container_memory_working_set_bytes{namespace=\"$namespace\", pod_name=\"$pod\", container_name!=\"POD\",container_name!=\"\"}[1m])) by (container_name)",