sonic-net / DASH

Disaggregated APIs for SONiC Hosts
Apache License 2.0
77 stars 88 forks source link

[doc] Include drop counters in HA API. #563

Closed r12f closed 1 month ago

r12f commented 1 month ago

Packet drops is one of the major common problem in network that needs to be monitored. This change adds the drop counters that we need to monitor in DASH pipeline.

Since the drop counters are not too complicated and also could be counted as part of the HA design, hence we are adding them as part of the HA API doc.

r12f commented 1 month ago

thanks Marian for the review!