Skip to content

Commit

Permalink
[counters]: Enable watermark stats polling by default (#2603)
Browse files Browse the repository at this point in the history
Signed-off-by: Wenda Ni <wenni@microsoft.com>
  • Loading branch information
wendani authored and lguohan committed Mar 22, 2019
1 parent 3826ffd commit 3bc29d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockers/docker-orchagent/enable_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def enable_counters():
enable_counter_group(db, 'PORT')
enable_counter_group(db, 'QUEUE')
enable_counter_group(db, 'PFCWD')
enable_counter_group(db, 'PG_WATERMARK')
enable_counter_group(db, 'QUEUE_WATERMARK')

def get_uptime():
with open('/proc/uptime') as fp:
Expand Down

0 comments on commit 3bc29d8

Please sign in to comment.