-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple duration fields for better elasticseach storage for controll…
…ermanager (#32486) * Multiple duration fields for better elasticseach storage * Update controllermanager dashboard
- Loading branch information
1 parent
c580fdb
commit 284d2d9
Showing
9 changed files
with
5,235 additions
and
7,242 deletions.
There are no files selected for viewing
This file contains 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
264 changes: 42 additions & 222 deletions
264
...beat/module/kubernetes/_meta/kibana/7/dashboard/2ec26ce0-f5f1-11ec-8853-8b596bddf5f9.json
Large diffs are not rendered by default.
Oops, something went wrong.
190 changes: 190 additions & 0 deletions
190
.../module/kubernetes/_meta/kibana/7/visualization/2d866300-0cb1-11ed-b5e5-a774dc3eeaba.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
{ | ||
"attributes": { | ||
"description": "", | ||
"kibanaSavedObjectMeta": { | ||
"searchSourceJSON": { | ||
"filter": [], | ||
"query": { | ||
"language": "kuery", | ||
"query": "" | ||
} | ||
} | ||
}, | ||
"title": "Controller Process [Metricbeat Kubernetes]", | ||
"uiStateJSON": {}, | ||
"version": 1, | ||
"visState": { | ||
"aggs": [], | ||
"params": { | ||
"axis_formatter": "number", | ||
"axis_position": "left", | ||
"axis_scale": "normal", | ||
"drop_last_bucket": 1, | ||
"hide_last_value_indicator": true, | ||
"id": "61ca57f0-469d-11e7-af02-69e470af7417", | ||
"index_pattern": "metricbeat-*", | ||
"interval": "30s", | ||
"isModelInvalid": false, | ||
"markdown": "| | |\n|---|---|\n|**Days running**|{{ math.started.last.raw }}|\n|**File descriptors open**|{{ average_of_kubernetes_controllermanager_process_fds_open_count.fds.last.formatted }}|\n|**Maximun File descriptors**|{{ max_of_kubernetes_controllermanager_process_fds_max_count.fds_max.last.formatted }}|\n|**Resident Memory**|{{ average_of_kubernetes_controllermanager_process_memory_resident_bytes.resident_memory.last.formatted }}|\n|**Virtual Memory**|{{ average_of_kubernetes_controllermanager_process_memory_virtual_bytes.virtual_memory.last.formatted }}|\n", | ||
"markdown_css": "table, tr, td, th{border:none}", | ||
"max_lines_legend": 1, | ||
"series": [ | ||
{ | ||
"axis_position": "right", | ||
"chart_type": "line", | ||
"color": "#68BC00", | ||
"fill": 0.5, | ||
"formatter": "number", | ||
"id": "61ca57f1-469d-11e7-af02-69e470af7417", | ||
"line_width": 1, | ||
"metrics": [ | ||
{ | ||
"field": "kubernetes.controllermanager.process.started.sec", | ||
"id": "61ca57f2-469d-11e7-af02-69e470af7417", | ||
"type": "max" | ||
}, | ||
{ | ||
"id": "ebfdb1c0-9c1c-11e9-b29f-d55be9348723", | ||
"script": "round( (params._timestamp /1000 - params.started) / 86400, 2)", | ||
"type": "math", | ||
"variables": [ | ||
{ | ||
"field": "61ca57f2-469d-11e7-af02-69e470af7417", | ||
"id": "ef30a230-9c1c-11e9-b29f-d55be9348723", | ||
"name": "started" | ||
} | ||
] | ||
} | ||
], | ||
"point_size": 1, | ||
"separate_axis": 0, | ||
"split_color_mode": "gradient", | ||
"split_mode": "everything", | ||
"stacked": "none", | ||
"time_range_mode": "entire_time_range", | ||
"var_name": "started" | ||
}, | ||
{ | ||
"axis_position": "right", | ||
"chart_type": "line", | ||
"color": "#68BC00", | ||
"fill": 0.5, | ||
"formatter": "number", | ||
"id": "1212ba80-9c1e-11e9-b29f-d55be9348723", | ||
"label": "", | ||
"line_width": 1, | ||
"metrics": [ | ||
{ | ||
"field": "kubernetes.controllermanager.process.fds.open.count", | ||
"id": "1212ba81-9c1e-11e9-b29f-d55be9348723", | ||
"type": "avg" | ||
} | ||
], | ||
"point_size": 1, | ||
"separate_axis": 0, | ||
"split_color_mode": "gradient", | ||
"split_mode": "everything", | ||
"stacked": "none", | ||
"time_range_mode": "entire_time_range", | ||
"var_name": "fds" | ||
}, | ||
{ | ||
"axis_position": "right", | ||
"chart_type": "line", | ||
"color": "#68BC00", | ||
"fill": 0.5, | ||
"formatter": "bytes", | ||
"id": "3f3b17a0-9c1e-11e9-b29f-d55be9348723", | ||
"label": "", | ||
"line_width": 1, | ||
"metrics": [ | ||
{ | ||
"field": "kubernetes.controllermanager.process.memory.resident.bytes", | ||
"id": "3f3b17a1-9c1e-11e9-b29f-d55be9348723", | ||
"type": "avg" | ||
} | ||
], | ||
"point_size": 1, | ||
"separate_axis": 0, | ||
"split_color_mode": "gradient", | ||
"split_mode": "everything", | ||
"stacked": "none", | ||
"time_range_mode": "entire_time_range", | ||
"var_name": "resident_memory" | ||
}, | ||
{ | ||
"axis_position": "right", | ||
"chart_type": "line", | ||
"color": "#68BC00", | ||
"fill": 0.5, | ||
"formatter": "bytes", | ||
"id": "b1a01b50-9c1f-11e9-b29f-d55be9348723", | ||
"line_width": 1, | ||
"metrics": [ | ||
{ | ||
"field": "kubernetes.controllermanager.process.memory.virtual.bytes", | ||
"id": "b1a01b51-9c1f-11e9-b29f-d55be9348723", | ||
"type": "avg" | ||
} | ||
], | ||
"point_size": 1, | ||
"separate_axis": 0, | ||
"split_color_mode": "gradient", | ||
"split_mode": "everything", | ||
"stacked": "none", | ||
"time_range_mode": "entire_time_range", | ||
"var_name": "virtual_memory" | ||
}, | ||
{ | ||
"axis_position": "right", | ||
"chart_type": "line", | ||
"color": "#68BC00", | ||
"fill": 0.5, | ||
"formatter": "number", | ||
"id": "6faac700-f2dd-11ec-ab74-4342b85d7779", | ||
"label": "", | ||
"line_width": 1, | ||
"metrics": [ | ||
{ | ||
"field": "kubernetes.controllermanager.process.fds.max.count", | ||
"id": "6faaee10-f2dd-11ec-ab74-4342b85d7779", | ||
"type": "max" | ||
} | ||
], | ||
"override_index_pattern": 0, | ||
"palette": { | ||
"name": "default", | ||
"type": "palette" | ||
}, | ||
"point_size": 1, | ||
"separate_axis": 0, | ||
"series_drop_last_bucket": 0, | ||
"split_mode": "everything", | ||
"stacked": "none", | ||
"time_range_mode": "entire_time_range", | ||
"var_name": "fds_max" | ||
} | ||
], | ||
"show_grid": 1, | ||
"show_legend": 1, | ||
"time_field": "@timestamp", | ||
"time_range_mode": "last_value", | ||
"tooltip_mode": "show_all", | ||
"truncate_legend": 1, | ||
"type": "markdown", | ||
"use_kibana_indexes": false | ||
}, | ||
"title": "Controller Process [Metricbeat Kubernetes]", | ||
"type": "metrics" | ||
} | ||
}, | ||
"coreMigrationVersion": "8.4.0", | ||
"id": "2d866300-0cb1-11ed-b5e5-a774dc3eeaba", | ||
"migrationVersion": { | ||
"visualization": "8.3.0" | ||
}, | ||
"references": [], | ||
"type": "visualization", | ||
"updated_at": "2022-07-26T07:04:23.093Z", | ||
"version": "WzEzNzksMV0=" | ||
} |
This file contains 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
This file contains 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
Oops, something went wrong.