| 1 | metrics: |
| 2 | "system.network.connections": |
| 3 | - instrumentation_scope: |
| 4 | name: .*hostmetricsreceiver.*networkscraper$ |
| 5 | dimension_attribute_key: state |
| 6 | |
| 7 | "system.network.dropped": |
| 8 | - instrumentation_scope: |
| 9 | name: .*hostmetricsreceiver.*networkscraper$ |
| 10 | dimension_attribute_key: direction |
| 11 | |
| 12 | "system.network.errors": |
| 13 | - instrumentation_scope: |
| 14 | name: .*hostmetricsreceiver.*networkscraper$ |
| 15 | dimension_attribute_key: direction |
| 16 | |
| 17 | "system.network.io": |
| 18 | - instrumentation_scope: |
| 19 | name: .*hostmetricsreceiver.*networkscraper$ |
| 20 | dimension_attribute_key: direction |
| 21 | |
| 22 | "system.network.packets": |
| 23 | - instrumentation_scope: |
| 24 | name: .*hostmetricsreceiver.*networkscraper$ |
| 25 | dimension_attribute_key: direction |
| 26 | |
| 27 | "system.cpu.time": |
| 28 | - instrumentation_scope: |
| 29 | name: .*hostmetricsreceiver.*cpuscraper$ |
| 30 | dimension_attribute_key: state |
| 31 | |
| 32 | "system.cpu.frequency": |
| 33 | - instrumentation_scope: |
| 34 | name: .*hostmetricsreceiver.*cpuscraper$ |
| 35 | |
| 36 | "system.cpu.utilization": |
| 37 | - instrumentation_scope: |
| 38 | name: .*hostmetricsreceiver.*cpuscraper$ |
| 39 | dimension_attribute_key: state |
| 40 | |
| 41 | "system.disk.io": |
| 42 | - instrumentation_scope: |
| 43 | name: .*hostmetricsreceiver.*diskscraper$ |
| 44 | dimension_attribute_key: direction |
| 45 | |
| 46 | "system.disk.io_time": |
| 47 | - instrumentation_scope: |
| 48 | name: .*hostmetricsreceiver.*diskscraper$ |
| 49 | |
| 50 | "system.disk.merged": |
| 51 | - instrumentation_scope: |
| 52 | name: .*hostmetricsreceiver.*diskscraper$ |
| 53 | dimension_attribute_key: direction |
| 54 | |
| 55 | "system.disk.operation_time": |
| 56 | - instrumentation_scope: |
| 57 | name: .*hostmetricsreceiver.*diskscraper$ |
| 58 | dimension_attribute_key: direction |
| 59 | |
| 60 | "system.disk.operations": |
| 61 | - instrumentation_scope: |
| 62 | name: .*hostmetricsreceiver.*diskscraper$ |
| 63 | dimension_attribute_key: direction |
| 64 | |
| 65 | "system.disk.pending_operations": |
| 66 | - instrumentation_scope: |
| 67 | name: .*hostmetricsreceiver.*diskscraper$ |
| 68 | |
| 69 | "system.disk.weighted_io": |
| 70 | - instrumentation_scope: |
| 71 | name: .*hostmetricsreceiver.*diskscraper$ |
| 72 | |
| 73 | "system.filesystem.inodes.usage": |
| 74 | - instrumentation_scope: |
| 75 | name: .*hostmetricsreceiver.*filesystemscraper$ |
| 76 | dimension_attribute_key: state |
| 77 | |
| 78 | "system.filesystem.usage": |
| 79 | - instrumentation_scope: |
| 80 | name: .*hostmetricsreceiver.*filesystemscraper$ |
| 81 | dimension_attribute_key: state |
| 82 | |
| 83 | "system.filesystem.utilization": |
| 84 | - instrumentation_scope: |
| 85 | name: .*hostmetricsreceiver.*filesystemscraper$ |
| 86 | |
| 87 | "system.memory.utilization": |
| 88 | - instrumentation_scope: |
| 89 | name: .*hostmetricsreceiver.*memoryscraper$ |
| 90 | dimension_attribute_key: state |
| 91 | |
| 92 | "system.memory.usage": |
| 93 | - instrumentation_scope: |
| 94 | name: .*hostmetricsreceiver.*memoryscraper$ |
| 95 | dimension_attribute_key: state |
| 96 | |
| 97 | "system.paging.faults": |
| 98 | - instrumentation_scope: |
| 99 | name: .*hostmetricsreceiver.*pagingscraper$ |
| 100 | dimension_attribute_key: type |
| 101 | |
| 102 | "system.paging.operations": |
| 103 | - instrumentation_scope: |
| 104 | name: .*hostmetricsreceiver.*pagingscraper$ |
| 105 | dimension_attribute_key: direction |
| 106 | |
| 107 | "system.paging.usage": |
| 108 | - instrumentation_scope: |
| 109 | name: .*hostmetricsreceiver.*pagingscraper$ |
| 110 | dimension_attribute_key: state |
| 111 | |
| 112 | "system.paging.utilization": |
| 113 | - instrumentation_scope: |
| 114 | name: .*hostmetricsreceiver.*pagingscraper$ |
| 115 | dimension_attribute_key: state |
| 116 | |
| 117 | "system.processes.count": |
| 118 | - instrumentation_scope: |
| 119 | name: .*hostmetricsreceiver.*processesscraper$ |
| 120 | dimension_attribute_key: status |
| 121 | |
| 122 | "process.cpu.time": |
| 123 | - instrumentation_scope: |
| 124 | name: .*hostmetricsreceiver.*processscraper$ |
| 125 | dimension_attribute_key: state |
| 126 | |
| 127 | "process.disk.io": |
| 128 | - instrumentation_scope: |
| 129 | name: .*hostmetricsreceiver.*processscraper$ |
| 130 | dimension_attribute_key: direction |
| 131 | |
| 132 | "process.context_switches": |
| 133 | - instrumentation_scope: |
| 134 | name: .*hostmetricsreceiver.*processscraper$ |
| 135 | dimension_attribute_key: type |
| 136 | |
| 137 | "process.cpu.utilization": |
| 138 | - instrumentation_scope: |
| 139 | name: .*hostmetricsreceiver.*processscraper$ |
| 140 | dimension_attribute_key: state |
| 141 | |
| 142 | "process.disk.operations": |
| 143 | - instrumentation_scope: |
| 144 | name: .*hostmetricsreceiver.*processscraper$ |
| 145 | dimension_attribute_key: direction |
| 146 | |
| 147 | "process.paging.faults": |
| 148 | - instrumentation_scope: |
| 149 | name: .*hostmetricsreceiver.*processscraper$ |
| 150 | dimension_attribute_key: type |