Skip to content

Commit

Permalink
updated required changes
Browse files Browse the repository at this point in the history
Signed-off-by: Atul-source <[email protected]>
  • Loading branch information
Atul-source committed Oct 3, 2023
1 parent b1f37ff commit 879991b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stats/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ func SetupMetrics(hostname, daemonName, metricsAddr string) {
prometheus.CounterOpts{
Namespace: daemonName,
Name: "NFUpdateFailedCount",
Help: "The count of Failed network functions updates",
Help: "The count of Failed eBPF programs updates",
},
[]string{"host", "ebpf_program", "direction", "interface_name"},
[]string{"host", "bpf_program", "direction", "interface_name"},
)

NFUpdateFailedCount = nfUpdateFailedCountVec.MustCurryWith(prometheus.Labels{"host": hostname})
Expand Down

0 comments on commit 879991b

Please sign in to comment.