Skip to content

Commit

Permalink
Add missing protocol contribution marker (#2049)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ddelnano authored Nov 25, 2024
1 parent 4965d2f commit fe990c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ enum TraceMode : int32_t {
class SocketTraceConnector : public BCCSourceConnector {
public:
static constexpr std::string_view kName = "socket_tracer";
// PROTOCOL_LIST
static constexpr auto kTables =
MakeArray(kConnStatsTable, kHTTPTable, kMySQLTable, kCQLTable, kPGSQLTable, kDNSTable,
kRedisTable, kNATSTable, kKafkaTable, kMuxTable, kAMQPTable, kMongoDBTable);
Expand Down

0 comments on commit fe990c7

Please sign in to comment.