File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ void TGRpcRequestProxyImpl::MaybeStartTracing(IRequestProxyCtx& ctx) {
469
469
470
470
NWilson::TTraceId traceId;
471
471
if (const auto otelHeader = ctx.GetPeerMetaValues (NYdb::OTEL_TRACE_HEADER)) {
472
- traceId = NWilson::TTraceId::FromTraceparentHeader (otelHeader.GetRef (), TComponentTracingLevels::ProductionVerbose );
472
+ traceId = NWilson::TTraceId::FromTraceparentHeader (otelHeader.GetRef (), TComponentTracingLevels::MostVerbose );
473
473
}
474
474
TracingControl->HandleTracing (traceId, ctx.GetRequestDiscriminator ());
475
475
if (traceId) {
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ namespace NKikimr {
32
32
enum : ui8 {
33
33
// The most verbose detalisation level used in production
34
34
ProductionVerbose = 13 ,
35
+ // The most verbose detalisation level
36
+ MostVerbose = 15 ,
35
37
};
36
38
};
37
39
You can’t perform that action at this time.
0 commit comments