userver
C++ Async Framework
Loading...
Searching...
No Matches
span.hpp
1
#
pragma
once
2
3
#
include
<
grpcpp
/
support
/
status
.
h
>
4
5
#
include
<
userver
/
tracing
/
span
.
hpp
>
6
7
USERVER_NAMESPACE_BEGIN
8
9
namespace
ugrpc::impl {
10
11
/// Add required tags to the given span. It is expected that this span is
12
/// a call span from either server method or client method invocations.
13
/// If status code is not OK, then raise logging level to WARNING
14
void
UpdateSpanWithStatus(
tracing
::Span& span,
const
grpc::Status& status);
15
16
}
// namespace ugrpc::impl
17
18
USERVER_NAMESPACE_END
userver
ugrpc
impl
span.hpp
Generated on Wed May 15 2024 22:35:30 for userver by
Doxygen
1.10.0