Update flow/Knobs.cpp

Co-authored-by: Lukas Joswiak <lukas.joswiak@snowflake.com>
This commit is contained in:
Ray Jenkins 2022-02-07 15:00:21 -06:00 committed by Lukas Joswiak
parent 250b57cc8d
commit e1ae0e03b9
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ void FlowKnobs::initialize(Randomize randomize, IsSimulated isSimulated) {
init( WRITE_TRACING_ENABLED, true ); if( randomize && BUGGIFY ) WRITE_TRACING_ENABLED = false;
init( TRACING_SAMPLE_RATE, 0.0 ); // Fraction of distributed traces (not spans) to sample (0 means ignore all traces)
init( TRACING_UDP_LISTENER_ADDR, "127.0.0.1" ); // Only applicable if TracerType is set to a network option
init( TRACING_UDP_LISTENER_ADDR, "127.0.0.1" ); // Only applicable if TracerType is set to a network option
init( TRACING_UDP_LISTENER_PORT, 8889 ); // Only applicable if TracerType is set to a network option
//connectionMonitor