Unverified Commit 5a99b696 authored by Omid Azizi's avatar Omid Azizi Committed by Copybara
Browse files

Expose flag to enable Mux tracing


Summary: Expose the mux flag so users can manually enable Mux tracing if desired.

Test Plan: N/A

Reviewers: #stirling, jps

Reviewed By: #stirling, jps
Signed-off-by: default avatarOmid Azizi <oazizi@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D10610

GitOrigin-RevId: e96e0ba3f741f85251cc818f822b805ef14316e7
parent c85a9511
Showing with 2 additions and 1 deletion
+2 -1
......@@ -86,7 +86,8 @@ DEFINE_bool(stirling_enable_nats_tracing, true,
"If true, stirling will trace and process NATS messages.");
DEFINE_bool(stirling_enable_kafka_tracing, true,
"If true, stirling will trace and process Kafka messages.");
DEFINE_bool(stirling_enable_mux_tracing, false,
DEFINE_bool(stirling_enable_mux_tracing,
gflags::BoolFromEnv("PL_STIRLING_TRACER_ENABLE_MUX", false),
"If true, stirling will trace and process Mux messages.");
DEFINE_bool(stirling_disable_self_tracing, true,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment