Skip to content

Commit be6791b

Browse files
Updated doc
1 parent 4fd7405 commit be6791b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

nfm-controller/src/open_metrics/providers/efa_metrics_provider.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ pub struct EfaMetricsProvider {
148148
previous_values: HashMap<String, Vec<u64>>,
149149

150150
/// Tracks the label values last emitted for each device/port key.
151-
/// Used to detect label changes (pod reassignment) and device disappearance
152-
/// so we can remove stale Prometheus series via `remove_label_values`.
151+
/// Used to detect label changes (pod reassignment) and device disappearance.
153152
previous_labels: HashMap<String, Vec<String>>,
154153

155154
/// Shared mapping from EFA device IDs to pod info, populated by the

0 commit comments

Comments
 (0)