| 1 | taxonomy_version: 1 |
| 2 | sections: |
| 3 | - id: system |
| 4 | title: System |
| 5 | icon: system |
| 6 | section_order: 10 |
| 7 | status: active |
| 8 | |
| 9 | - id: kubernetes |
| 10 | title: Kubernetes |
| 11 | icon: k8s |
| 12 | section_order: 20 |
| 13 | status: active |
| 14 | |
| 15 | - id: containers-vms |
| 16 | title: Containers and VMs |
| 17 | icon: cgroup |
| 18 | section_order: 30 |
| 19 | status: active |
| 20 | |
| 21 | - id: synthetic-checks |
| 22 | title: Synthetic Checks |
| 23 | icon: synthetics |
| 24 | section_order: 40 |
| 25 | status: active |
| 26 | |
| 27 | - id: remote-devices |
| 28 | title: Remote Devices |
| 29 | icon: snmp |
| 30 | section_order: 50 |
| 31 | status: active |
| 32 | |
| 33 | - id: otel |
| 34 | title: OpenTelemetry |
| 35 | icon: otel |
| 36 | section_order: 60 |
| 37 | status: active |
| 38 | |
| 39 | - id: azure-monitor |
| 40 | title: Azure Monitor |
| 41 | icon: azure |
| 42 | section_order: 70 |
| 43 | status: active |
| 44 | |
| 45 | - id: applications |
| 46 | title: Applications |
| 47 | icon: apps |
| 48 | section_order: 80 |
| 49 | status: active |
| 50 | |
| 51 | - id: netdata |
| 52 | title: Netdata |
| 53 | icon: netdata |
| 54 | section_order: 90 |
| 55 | status: active |
| 56 | |
| 57 | - id: applications.apache |
| 58 | parent_id: applications |
| 59 | title: Apache |
| 60 | icon: apache |
| 61 | section_order: 100 |
| 62 | status: active |
| 63 | |
| 64 | - id: applications.mysql |
| 65 | parent_id: applications |
| 66 | title: MySQL |
| 67 | icon: mysql |
| 68 | section_order: 110 |
| 69 | status: active |
| 70 | |
| 71 | - id: applications.postgres |
| 72 | parent_id: applications |
| 73 | title: PostgreSQL |
| 74 | icon: postgres |
| 75 | section_order: 120 |
| 76 | status: active |
| 77 | |
| 78 | - id: system.hardware |
| 79 | parent_id: system |
| 80 | title: Hardware |
| 81 | icon: hardware |
| 82 | section_order: 130 |
| 83 | status: active |
| 84 | |
| 85 | - id: system.hardware.gpus |
| 86 | parent_id: system.hardware |
| 87 | title: GPUs |
| 88 | icon: compute |
| 89 | section_order: 140 |
| 90 | status: active |
| 91 | |
| 92 | - id: system.hardware.gpus.nvidia |
| 93 | parent_id: system.hardware.gpus |
| 94 | title: NVIDIA GPUs |
| 95 | icon: compute |
| 96 | section_order: 150 |
| 97 | status: active |
| 98 | |
| 99 | - id: remote-devices.snmp |
| 100 | parent_id: remote-devices |
| 101 | title: SNMP-enabled Devices |
| 102 | icon: snmp |
| 103 | section_order: 160 |
| 104 | status: active |