Skip to content

Commit 71b9650

Browse files
[orchagent] Fix group name of port-buffer-drop in flexcounterorch.cpp (#1967)
*Fix group name of port-buffer-drop in flexcounterorch.cpp
1 parent facdef5 commit 71b9650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/flexcounterorch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ unordered_map<string, string> flexCounterGroupMap =
3131
{
3232
{"PORT", PORT_STAT_COUNTER_FLEX_COUNTER_GROUP},
3333
{"PORT_RATES", PORT_RATE_COUNTER_FLEX_COUNTER_GROUP},
34-
{"PORT_BUFFER_DROP", PORT_STAT_COUNTER_FLEX_COUNTER_GROUP},
34+
{"PORT_BUFFER_DROP", PORT_BUFFER_DROP_STAT_FLEX_COUNTER_GROUP},
3535
{"QUEUE", QUEUE_STAT_COUNTER_FLEX_COUNTER_GROUP},
3636
{"PFCWD", PFC_WD_FLEX_COUNTER_GROUP},
3737
{"QUEUE_WATERMARK", QUEUE_WATERMARK_STAT_COUNTER_FLEX_COUNTER_GROUP},

0 commit comments

Comments
 (0)