Skip to content

Commit

Permalink
Disable tracing by default but let the bpf test run
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Pattaswamy <[email protected]>
  • Loading branch information
kpattaswamy committed Nov 29, 2023
1 parent 1ff4eaf commit 01d31e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ DEFINE_int32(stirling_enable_amqp_tracing,
"If true, stirling will trace and process AMQP messages.");
DEFINE_int32(stirling_enable_mongodb_tracing,
gflags::Int32FromEnv("PX_STIRLING_ENABLE_MONGODB_TRACING",
px::stirling::TraceMode::OnForNewerKernel),
px::stirling::TraceMode::Off),
"If true, stirling will trace and process MongoDB messages");
DEFINE_bool(stirling_disable_golang_tls_tracing,
gflags::BoolFromEnv("PX_STIRLING_DISABLE_GOLANG_TLS_TRACING", false),
Expand Down

0 comments on commit 01d31e2

Please sign in to comment.