Skip to content

Commit

Permalink
feat: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Oct 23, 2024
1 parent ffe35d1 commit 5b0a062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/tools/generate/counter.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ var (
"nfs_clients_idle_duration",
"ems_events",
"volume_top_clients",
"net_port_status",
}

excludeDocumentedZapiMetrics = []string{
Expand All @@ -155,7 +154,6 @@ var (
"netstat_",
"flexcache_",
"quota_disk_used_pct_threshold",
"net_port_status",
}

// Exclude extra metrics for REST
Expand All @@ -165,6 +163,7 @@ var (
"_labels",
"volume_arw_status",
"ALERTS",
"net_port_status",
}

// Exclude extra metrics for ZAPI
Expand All @@ -174,6 +173,7 @@ var (
"security_",
"svm_ldap",
"ALERTS",
"net_port_status",
}
)

Expand Down

0 comments on commit 5b0a062

Please sign in to comment.