Skip to content

Commit dd47017

Browse files
shruthi9lguohan
authored andcommitted
Dataplane telemetry support in SONiC (#205)
* Add new table names for DTEL support in SONiC * Change Dtel event table name * Change Dtel table names to config db compliant names * Change Dtel table names to config db compliant names * Change DTel table names to handle "config save" followed by reboot * Initial code changes to address review comments
1 parent a0a0652 commit dd47017

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

common/schema.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ namespace swss {
158158
#define DEL_COMMAND "DEL"
159159
#define EMPTY_PREFIX ""
160160

161+
#define CFG_DTEL_TABLE_NAME "DTEL"
162+
#define CFG_DTEL_REPORT_SESSION_TABLE_NAME "DTEL_REPORT_SESSION"
163+
#define CFG_DTEL_INT_SESSION_TABLE_NAME "DTEL_INT_SESSION"
164+
#define CFG_DTEL_QUEUE_REPORT_TABLE_NAME "DTEL_QUEUE_REPORT"
165+
#define CFG_DTEL_EVENT_TABLE_NAME "DTEL_EVENT"
166+
161167
}
162168

163169
#endif

0 commit comments

Comments
 (0)