Skip to content

Commit

Permalink
[orchagent] Fix group name of port-buffer-drop in flexcounterorch.cpp (
Browse files Browse the repository at this point in the history
…sonic-net#1967)

*Fix group name of port-buffer-drop in flexcounterorch.cpp
  • Loading branch information
Junchao-Mellanox committed Nov 4, 2021
1 parent facdef5 commit 71b9650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/flexcounterorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ unordered_map<string, string> flexCounterGroupMap =
{
{"PORT", PORT_STAT_COUNTER_FLEX_COUNTER_GROUP},
{"PORT_RATES", PORT_RATE_COUNTER_FLEX_COUNTER_GROUP},
{"PORT_BUFFER_DROP", PORT_STAT_COUNTER_FLEX_COUNTER_GROUP},
{"PORT_BUFFER_DROP", PORT_BUFFER_DROP_STAT_FLEX_COUNTER_GROUP},
{"QUEUE", QUEUE_STAT_COUNTER_FLEX_COUNTER_GROUP},
{"PFCWD", PFC_WD_FLEX_COUNTER_GROUP},
{"QUEUE_WATERMARK", QUEUE_WATERMARK_STAT_COUNTER_FLEX_COUNTER_GROUP},
Expand Down

0 comments on commit 71b9650

Please sign in to comment.