|
GRPC Core
4.0.0
|
Trace record. More...
#include <census.h>
Data Fields | |
| census_timestamp | timestamp |
| uint64_t | trace_id |
| Time of record creation. More... | |
| uint64_t | op_id |
| Trace ID associated with record. More... | |
| uint32_t | type |
| Operation ID associated with record. More... | |
| const char * | buffer |
| Type (as used in census_trace_print() More... | |
| size_t | buf_size |
| Buffer (from census_trace_print() More... | |
Trace record.
| size_t census_trace_record::buf_size |
Buffer (from census_trace_print()
| const char* census_trace_record::buffer |
Type (as used in census_trace_print()
| uint64_t census_trace_record::op_id |
Trace ID associated with record.
| census_timestamp census_trace_record::timestamp |
| uint64_t census_trace_record::trace_id |
Time of record creation.
| uint32_t census_trace_record::type |
Operation ID associated with record.
1.8.6