MCPcopy Create free account
hub / github.com/apache/impala / SetAttribute

Method SetAttribute

be/src/observe/buffered-span.cc:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113} // function SetAttributes
114
115void BufferedSpan::SetAttribute(const nostd::string_view& key,
116 const BufferedAttributeValue& value) noexcept {
117 attributes_.insert_or_assign(string(key), value);
118} // function SetAttribute
119
120
121void BufferedSpan::SetAttributeEmpty(const nostd::string_view& key) noexcept {

Callers 5

OtelTraceManagerMethod · 0.45
StartChildSpanInitMethod · 0.45
DoEndChildSpanCloseMethod · 0.45
EndChildSpanMethod · 0.45
SubmitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected