Skip to content

Commit a952c16

Browse files
authored
Merge pull request #92 from chrroberts-pure/metrics-spec-cleanup
Move purefa_drive instrument to be in alphabetical order
2 parents 3e0fd5f + d57bf2f commit a952c16

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

specification/metrics/purefa-metrics.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This document describes the semantic conventions for Pure FlashArray Metrics.
1212
- [`purefa_alerts` - FlashArray Alerts Information](#purefa_alerts---flasharray-alerts-information)
1313
- [`purefa_array` - FlashArray metrics](#purefa_array---flasharray-metrics)
1414
- [`purefa_directory` - FlashArray File Directory metrics](#purefa_directory---flasharray-file-directory-metrics)
15-
- [`purefa_host` - Host metrics](#purefa_host---host-metrics)
1615
- [`purefa_drive` - FlashArray Drive metrics](#purefa_drive---flasharray-drive-metrics)
16+
- [`purefa_host` - Host metrics](#purefa_host---host-metrics)
1717
- [`purefa_hw` - Hardware metrics](#purefa_hw---hardware-metrics)
1818
- [`purefa_network` - Network metrics](#purefa_network---network-metrics)
1919
- [`purefa_pod` - Pod metrics](#purefa_pod---pod-metrics)
@@ -89,6 +89,17 @@ This document describes the semantic conventions for Pure FlashArray Metrics.
8989

9090
**Description:** TODO
9191

92+
### `purefa_drive` - FlashArray Drive metrics
93+
94+
**Description:** FlashArray drive metrics
95+
96+
| Status | Name | Description | Units | Metric Type ([*](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#metric-types)) | Value Type | Attribute Key | Attribute Values |
97+
| --------- | --------------------------- | ---------------------------------- | ----- | ----------------------------------------------------------------------------------------------------------------------- | ---------- | -------------------- | --------------------------------------------------------------------------------------------------------------------------- |
98+
| Available | purefa_drive_capacity_bytes | FlashArray drive capacity in bytes | bytes | Gauge | Double | `component_name` | (name) |
99+
| | | | | | | `component_protocol` | `NVMe`, `SAS` |
100+
| | | | | | | `component_type` | `cache`, `NVRAM`, `SSD`, `virtual` |
101+
| | | | | | | `component_status` | `empty`, `failed`, `healthy`, `identifying`, `missing`, `recovering`, `unadmitted`, `unhealthy`, `unrecognized`, `updating` |
102+
92103

93104
### `purefa_host` - Host metrics
94105

@@ -115,17 +126,6 @@ This document describes the semantic conventions for Pure FlashArray Metrics.
115126
| Available | purefa_host_space_data_reduction_ratio | FlashArray host space data reduction | ratio | Gauge | Double | `host` | (host name) |
116127

117128

118-
### `purefa_drive` - FlashArray Drive metrics
119-
120-
**Description:** FlashArray drive metrics
121-
122-
| Status | Name | Description | Units | Metric Type ([*](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#metric-types)) | Value Type | Attribute Key | Attribute Values |
123-
| --------- | --------------------------- | ---------------------------------- | ----- | ----------------------------------------------------------------------------------------------------------------------- | ---------- | -------------------- | --------------------------------------------------------------------------------------------------------------------------- |
124-
| Available | purefa_drive_capacity_bytes | FlashArray drive capacity in bytes | bytes | Gauge | Double | `component_name` | (name) |
125-
| | | | | | | `component_protocol` | `NVMe`, `SAS` |
126-
| | | | | | | `component_type` | `cache`, `NVRAM`, `SSD`, `virtual` |
127-
| | | | | | | `component_status` | `empty`, `failed`, `healthy`, `identifying`, `missing`, `recovering`, `unadmitted`, `unhealthy`, `unrecognized`, `updating` |
128-
129129

130130
### `purefa_hw` - Hardware metrics
131131

0 commit comments

Comments
 (0)