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

feat: Adding Ethernet port table from netport template #3221

Merged
merged 7 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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: 3 additions & 1 deletion cmd/tools/generate/counter.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var (
"aggr_hybrid_disk_count",
"nfs_clients_idle_duration",
"ems_events",
"olume_top_clients",
"volume_top_clients",
}

excludeDocumentedZapiMetrics = []string{
Expand All @@ -163,6 +163,7 @@ var (
"_labels",
"volume_arw_status",
"ALERTS",
"net_port_status",
rahulguptajss marked this conversation as resolved.
Show resolved Hide resolved
}

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

Expand Down
2 changes: 1 addition & 1 deletion conf/rest/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ objects:
Namespace: namespace.yaml
# NDMPSession: ndmp_session.yaml
# NetConnections: netconnections.yaml
# NetPort: netport.yaml
NetPort: netport.yaml
NetRoute: netroute.yaml
# NFSClients: nfs_clients.yaml
Node: node.yaml
Expand Down
2 changes: 1 addition & 1 deletion conf/zapi/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ objects:
LIF: lif.yaml
# Lock: lock.yaml
Lun: lun.yaml
# NetPort: netport.yaml
NetPort: netport.yaml
Namespace: namespace.yaml
Node: node.yaml
NtpServer: ntpserver.yaml
Expand Down
Loading