Skip to content

Commit

Permalink
Add missing protocol contribution marker
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Nov 22, 2024
1 parent 03184cc commit c51c1cf
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 c51c1cf

Please sign in to comment.