/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ [{ "id": "Windows-Service", "configuration": { "children": [{ "x": 8, "y": 19, "w": 8, "h": 13, "i": "2", "type": "Widget", "widget": { "title": "Network Bandwidth Usage (KB/s)" }, "graph": { "type": "Area", "opacity": 0.4, "showXAxis": true, "showYAxis": true }, "metrics": ["meter_win_network_receive", "meter_win_network_transmit"], "metricTypes": ["readMetricsValues", "readMetricsValues"] }, { "x": 8, "y": 6, "w": 8, "h": 13, "i": "3", "type": "Widget", "widget": { "title": "Disk R/W (KB/s - OTEL, ops - Zabbix)" }, "graph": { "type": "Line", "opacity": 0.4, "showXAxis": true, "showYAxis": true }, "metrics": ["meter_win_disk_read", "meter_win_disk_written"], "metricTypes": ["readMetricsValues", "readMetricsValues"], "metricConfig": [{ "calculation": "byteToKB" }, { "calculation": "byteToKB" }] }, { "x": 0, "y": 6, "w": 8, "h": 13, "i": "5", "type": "Widget", "widget": { "title": "CPU Average Used (%)" }, "graph": { "type": "Line", "step": false, "smooth": false, "showSymbol": false, "showXAxis": true, "showYAxis": true }, "metrics": ["meter_win_cpu_average_used"], "metricTypes": ["readLabeledMetricsValues"] }, { "x": 16, "y": 6, "w": 8, "h": 13, "i": "6", "type": "Widget", "widget": { "title": "Memory RAM (MB)" }, "graph": { "type": "Area", "opacity": 0.4, "showXAxis": true, "showYAxis": true }, "metrics": ["meter_win_memory_used", "meter_win_memory_total", "meter_win_memory_available"], "metricTypes": ["readMetricsValues", "readMetricsValues", "readMetricsValues"], "metricConfig": [{ "calculation": "byteToMB" }, { "calculation": "byteToMB" }, { "calculation": "byteToMB" }] }, { "x": 0, "y": 19, "w": 8, "h": 13, "i": "8", "type": "Widget", "widget": { "title": "Memory Swap (MB)" }, "graph": { "type": "Area", "opacity": 0.4, "showXAxis": true, "showYAxis": true }, "metrics": ["meter_win_memory_swap_free", "meter_win_memory_swap_total"], "metricTypes": ["readMetricsValues", "readMetricsValues"], "metricConfig": [{ "calculation": "byteToMB" }, { "calculation": "byteToMB" }] }, { "x": 16, "y": 0, "w": 8, "h": 6, "i": "9", "type": "Widget", "widget": { "title": "Memory Swap Usage" }, "graph": { "type": "Card", "fontSize": 14, "textAlign": "center", "showUnit": true }, "metrics": ["meter_win_memory_swap_percentage"], "metricTypes": ["readMetricsValue"], "metricConfig": [{ "calculation": "percentage", "unit": "%" }] }, { "x": 8, "y": 0, "w": 8, "h": 6, "i": "10", "type": "Widget", "widget": { "title": "Memory RAM Usage" }, "graph": { "type": "Card", "fontSize": 14, "textAlign": "center", "showUnit": true }, "metrics": ["meter_win_memory_used"], "metricTypes": ["readMetricsValue"], "metricConfig": [{ "calculation": "byteToMB", "unit": "MB" }] }, { "x": 0, "y": 0, "w": 8, "h": 6, "i": "11", "type": "Widget", "widget": { "title": "CPU Usage" }, "graph": { "type": "Card", "fontSize": 14, "textAlign": "center", "showUnit": true }, "metrics": ["meter_win_cpu_total_percentage"], "metricTypes": ["readMetricsValue"], "metricConfig": [{ "unit": "%" }] }], "layer": "OS_WINDOWS", "entity": "Service", "name": "Windows-Service", "id": "Windows-Service", "isRoot": false } }]