userver: userver/tracing/tracer.hpp File Reference
Loading...
Searching...
No Matches
tracer.hpp File Reference

Detailed Description

Tracing configuration for span logging suppression.

Definition in file tracer.hpp.

Go to the source code of this file.

#include <string>
#include <dynamic_config/variables/USERVER_NO_LOG_SPANS.hpp>
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  tracing
 Distributed tracing helpers and identifiers.
 

Typedefs

using tracing::NoLogSpans = ::dynamic_config::userver_no_log_spans::VariableType
 

Functions

void tracing::SetNoLogSpans (NoLogSpans &&spans)
 Sets the global configuration for disabling logging some of the tracing::Span.
 
bool tracing::IsNoLogSpan (const std::string &name)
 Returns true iff the tracing::Span with name is not logged.