Skip to content

Commit fe990c7

Browse files
authored
Add missing protocol contribution marker (#2049)
Summary: Add missing protocol contribution marker I've been working on a new protocol parser and through that I realized there was a missing [PROTOCOL_LIST marker](https://github.com/pixie-io/pixie/blob/03184ccb3014dfea45058af7e077d090534ca975/src/stirling/protocol_contribution_guide_part2.md?plain=1#L60). Relevant Issues: N/A Type of change: /kind bugfix Test Plan: Verified there was no marker in the `socket_trace_connector.h` file Signed-off-by: Dom Del Nano <[email protected]>
1 parent 4965d2f commit fe990c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stirling/source_connectors/socket_tracer/socket_trace_connector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ enum TraceMode : int32_t {
9494
class SocketTraceConnector : public BCCSourceConnector {
9595
public:
9696
static constexpr std::string_view kName = "socket_tracer";
97+
// PROTOCOL_LIST
9798
static constexpr auto kTables =
9899
MakeArray(kConnStatsTable, kHTTPTable, kMySQLTable, kCQLTable, kPGSQLTable, kDNSTable,
99100
kRedisTable, kNATSTable, kKafkaTable, kMuxTable, kAMQPTable, kMongoDBTable);

0 commit comments

Comments
 (0)