A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
a11::obs::RecordedEvent Struct Reference

Event captured on a span by the in-memory exporter. More...

#include <cpp/a11/obs/provider.h>

Public Attributes

std::string name
 Event name.
 
std::vector< std::pair< std::string, std::string > > attributes
 Snapshot attributes.
 

Detailed Description

Event captured on a span by the in-memory exporter.

Member Data Documentation

◆ attributes

std::vector<std::pair<std::string, std::string> > a11::obs::RecordedEvent::attributes

Snapshot attributes.

◆ name

std::string a11::obs::RecordedEvent::name

Event name.


The documentation for this struct was generated from the following file: