Closed heiko-holz closed 1 year ago
Describe the bug No default value for sample-mode is used for auto tracing. As described in https://github.com/inspectIT/inspectit-ocelot/blob/master/inspectit-ocelot-documentation/docs/instrumentation/rules.md, HYBRID_PARENT_TRACE_ID_RATIO_BASED should be set as the default sample-mode, but currently, the default sample-mode is null.
sample-mode
HYBRID_PARENT_TRACE_ID_RATIO_BASED
null
To Reproduce Enable auto-tracing, set sample-probability, but do not set the sample-mode.
auto-tracing
sample-probability
Expected behavior The sample-mode should be HYBRID_PARENT_TRACE_ID_RATIO_BASED by default.
Describe the bug No default value for
sample-mode
is used for auto tracing. As described in https://github.com/inspectIT/inspectit-ocelot/blob/master/inspectit-ocelot-documentation/docs/instrumentation/rules.md,HYBRID_PARENT_TRACE_ID_RATIO_BASED
should be set as the defaultsample-mode
, but currently, the default sample-mode isnull
.To Reproduce Enable
auto-tracing
, setsample-probability
, but do not set thesample-mode
.Expected behavior The
sample-mode
should beHYBRID_PARENT_TRACE_ID_RATIO_BASED
by default.