Skip to content

Commit

Permalink
use default Identity for traffic stat request (labring#4104)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Oct 17, 2023
1 parent 5b10268 commit e62bf53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/resources/controllers/monitor_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ func (r *MonitorReconciler) getPodTrafficUsed(namespace string, resourceMap *map
tfs := sealos_networkmanager.TrafficStatRequest{
Namespace: namespace,
Type: &tType,
Identity: []uint32{2, 8},
LabelsIn: named.GetInLabels(),
LabelsNotIn: labelsNotIn,
LabelsNotExists: named.GetNotExistLabels(),
Expand Down

0 comments on commit e62bf53

Please sign in to comment.