userver: userver/tracing/tag_scope.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
tag_scope.hpp File Reference

Detailed Description

RAII object that calls Span::AddTag / Span::AddTagFrozen function in constructor and reverts these actions in destructor.

Definition in file tag_scope.hpp.

Go to the source code of this file.

#include <string>
#include <userver/logging/log_extra.hpp>
#include <userver/tracing/span.hpp>

Classes

class  tracing::TagScope
 RAII object that calls Span::AddTag / Span::AddTagFrozen function in constructor and reverts these actions in destructor. More...
 

Namespaces

namespace  tracing
 Opentracing support.