Skip to content

Commit d1be9c5

Browse files
Update purefa-metrics.md
1 parent 733a20f commit d1be9c5

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

specification/metrics/purefa-metrics.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,17 @@ This document describes the semantic conventions for Pure FlashArray Metrics.
6262

6363
**Description:** FlashArray Open Alerts
6464

65-
| Status | Name | Description | Units | Metric Type ([*](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#metric-types)) | Value Type | Attribute Key | Attribute Values |
66-
| --------- | ------------------ | ---------------------------- | ----- | ----------------------------------------------------------------------------------------------------------------------- | ---------- | ---------------- | ------------------------------------------------------------------------------------------------------------------ |
67-
| Available | purefa_alerts_open | FlashArray open alert events | | Gauge | Double | `component_type` | `chassis`, `drive_bay`, `nvram_bay`, `power_supply`, `temp_sensor`, `controller`, `eth_port`, `cooling`, `fc_port` |
68-
| | | | | | | `severity` | `info`, `warning`, `critical`, `hidden` |
69-
| | | | | | | `created` | (time the alert was created in milliseconds since the UNIX epoch) |
70-
| | | | | | | `name` | (a locally unique, system-generated name) |
71-
| | | | | | | `code` | (code number of the event) |
72-
| | | | | | | `summary` | (summary of the alert) |
73-
| | | | | | | `issue` | (information about the alert cause) |
65+
| Status | Name | Description | Units | Metric Type ([*](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#metric-types)) | Value Type | Attribute Key | Attribute Values |
66+
| --------- | ------------------ | ------------------------------------------------------------------- | ----- | ----------------------------------------------------------------------------------------------------------------------- | ---------- | ---------------- | ------------------------------------------------------------------------------------------------------------------ |
67+
| Available | purefa_alerts_open | FlashArray open alert event | | Gauge | Double | `name` | (name) |
68+
| | | The code number of the event | | | | `code` | (code) |
69+
| | | | | | | `component_type` | `chassis`, `drive_bay`, `nvram_bay`, `power_supply`, `temp_sensor`, `controller`, `eth_port`, `cooling`, `fc_port` |
70+
| | | The time the alert was created in milliseconds since the UNIX epoch | | | | `created` | (created) |
71+
| | | Information about the alert cause | | | | `issue` | (issue) |
72+
| | | The category of the alert. | | | | `category` | `array`, `hardware`, `software` |
73+
| | | | | | | `severity` | `info`, `warning`, `critical`, `hidden` |
74+
| | | A summary of the alert | | | | `summary` | (summary) |
75+
| |
7476

7577

7678
### `purefa_array` - FlashArray metrics

0 commit comments

Comments
 (0)