Viam C++ SDK current
Loading...
Searching...
No Matches
Classes | Functions
span.hpp File Reference

Public tracing API for module authors. More...

#include <cstdint>
#include <exception>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  viam::sdk::TracingSpan
 RAII child span. Parent is whichever span is active on the current thread, which inside a resource API method body is the SDK-managed gRPC handler span. More...
 

Functions

template<>
void viam::sdk::TracingSpan::set_attribute< std::string > (const char *, std::string) noexcept
 
template void viam::sdk::TracingSpan::set_attribute< std::int64_t > (const char *, std::int64_t) noexcept
 

Detailed Description

Public tracing API for module authors.