-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Event and Alarm Framework HLD #761
Conversation
Allows applications to raise events; Stores them in the DB; allows NBIs to subscribe and fetch to monitor the device. Signed-off-by: Srinadh Penugonda <[email protected]>
Signed-off-by: Srinadh Penugonda <[email protected]>
Signed-off-by: Srinadh Penugonda <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
…d as examples Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: spenugondaa <[email protected]>
Signed-off-by: Srinadh Penugonda <[email protected]>
Signed-off-by: Srinadh Penugonda <[email protected]>
Signed-off-by: Srinadh Penugonda <[email protected]>
Signed-off-by: Srinadh Penugonda <[email protected]>
Signed-off-by: Srinadh Penugonda <[email protected]>
Signed-off-by: Srinadh Penugonda <[email protected]>
Here some review comments.
|
@spenugondaa can you please provide your response to my review comments? |
Look at this: SD-Data in rsyslog This provides structured data & as well human readable format. |
8498931
to
8837dc2
Compare
1. Introduce revision id for an event. 2. Only active profile to be persisted on upgrade. 3. SequenceId to have some sematics <time_t><id>
@renukamanavalan Comments addressed. Please review and approve changes. |
@yozhao101 Comments addressed. Please review and approve changes. |
@qiluo-msft @zhenggen-xu |
@qiluo-msft @zhenggen-xu |
@renukamanavalan @zhangyanzhao -- any way to ping @qiluo-msft @zhenggen-xu internally to review/approve/merge? |
Please ping me at @[email protected] |
@qiluo-msft - Can you please help merge this HLD ? |
close this PR and use #1064 to continue to track. |
Event and Alarm framework enables applications to raise notifications in response to a condition that may impact the health of the system that operator may be interested in.
Corresponding Coding PRs:
Framework
Schema for Tables
mgmt-framework changes
mgmt-common changes
Signed-off-by: Srinadh Penugonda [email protected]