Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix cluster_new_status metric #2423

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/tools/generate/counter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ counters:
- API: REST
Endpoint: NA
ONTAPCounter: Harvest generated
Template: conf/rest/9.12.0/subsystem.yaml
Template: conf/rest/9.12.0/status.yaml
- API: ZAPI
Endpoint: NA
ONTAPCounter: Harvest generated
Template: conf/zapi/cdot/9.8.0/subsystem.yaml
Template: conf/zapi/cdot/9.8.0/status.yaml

- Name: cluster_subsystem_outstanding_alerts
Description: Number of outstanding alerts
Expand Down
6 changes: 3 additions & 3 deletions docs/ontap-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ These can be generated on demand by running `bin/harvest grafana metrics`. See
- More information about ONTAP REST performance counters can be found [here](https://docs.netapp.com/us-en/ontap-pcmap-9121/index.html).

```
Creation Date : 2023-Oct-11
Creation Date : 2023-Oct-12
ONTAP Version: 9.13.1
```
## Understanding the structure
Expand Down Expand Up @@ -960,8 +960,8 @@ It is an indicator of the overall health status of the cluster, with a value of

| API | Endpoint | Metric | Template |
|--------|----------|--------|---------|
| REST | `NA` | `Harvest generated` | conf/rest/9.12.0/subsystem.yaml |
| ZAPI | `NA` | `Harvest generated` | conf/zapi/cdot/9.8.0/subsystem.yaml |
| REST | `NA` | `Harvest generated` | conf/rest/9.12.0/status.yaml |
| ZAPI | `NA` | `Harvest generated` | conf/zapi/cdot/9.8.0/status.yaml |


### cluster_subsystem_outstanding_alerts
Expand Down
Loading