Skip to content

Commit

Permalink
Orchestration changes for Error Handling Framework
Browse files Browse the repository at this point in the history
- Receives notifications from syncd
- Process the notifications from syncd and logs the errors into error database
- Notify the status to registered applications
  • Loading branch information
sivamukka committed Dec 3, 2019
1 parent 7bf63a0 commit ec1b2a8
Show file tree
Hide file tree
Showing 12 changed files with 883 additions and 6 deletions.
3 changes: 2 additions & 1 deletion orchagent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ orchagent_SOURCES = \
policerorch.cpp \
sfloworch.cpp \
chassisorch.cpp \
debugcounterorch.cpp
debugcounterorch.cpp \
errororch.cpp

orchagent_SOURCES += flex_counter/flex_counter_manager.cpp flex_counter/flex_counter_stat_manager.cpp
orchagent_SOURCES += debug_counter/debug_counter.cpp debug_counter/drop_counter.cpp
Expand Down
Loading

0 comments on commit ec1b2a8

Please sign in to comment.