userver
C++ Async Framework
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
set_throttle_reason.hpp
1
#
pragma
once
2
3
#
include
<
string
>
4
5
USERVER_NAMESPACE_BEGIN
6
7
namespace
tracing
{
8
9
class
Span;
10
11
/// Sets a Span tag with overload reason
12
void
SetThrottleReason
(std::string value);
13
14
/// @overload void SetThrottleReason(std::string_view value);
15
void
SetThrottleReason(Span& span, std::string&& value);
16
17
}
// namespace tracing
18
19
USERVER_NAMESPACE_END
Docs version:
v1.0
,
v2.0
,
trunk/develop
userver
tracing
set_throttle_reason.hpp
Generated on Thu Mar 13 2025 18:38:47 for userver by
Doxygen
1.10.0