Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yang model additions for PFC Stat History #21848

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterbailey-arista
Copy link
Contributor

  • New PFC_STAT_HISTORY table in CONFIG DB
  • New PFC_STAT_HISTORY entry in FLEX_COUNTER_TABLE

Why I did it

PFC Historical Statistics feature sonic-net/SONiC#1904

Work item tracking

#21847

How I did it

How to verify it

  • Run the test cases in tests/ and ensure they pass.
  • Check the updated documentation in docs/ for accuracy and completeness.
  • Deploy the changes to a SONiC device and verify the configuration and monitoring functionality using CLI commands.

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205
  • 202211
  • 202305

Tested branch (Please provide the tested image version)

  • 202411

Description for the changelog

Addition of PFC_STAT_HISTORY table and Flex Counter group.

Link to config_db schema for YANG module changes

New PFC_STAT_HISTORY table in CONFIG DB and new PFC_STAT_HISTORY entry in FLEX_COUNTER_TABLE

leaf status {
type string {
pattern "enabled";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it necessary to have a fixed status?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants