Field | Type | Required | Description | Example |
---|---|---|---|---|
Name |
string | ✔️ | Name of the composite metric | composite.custom.system.disk.io.rate |
DisplayName |
string | ✔️ | Display name of the composite metric. A short description of the metric. | Disk IO rate |
Description |
string | ✔️ | Description of the composite metric. A detailed description of the metric. | Disk bytes transferred per second |
Formula |
string | ✔️ | PromQL query to calculate the composite metric | rate(system.disk.io[5m]) |
Units |
string | ✔️ | Unit of the composite metric | bytes/s |