GRPC Core  4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
census_trace_record Struct Reference

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...
 

Detailed Description

Trace record.

Field Documentation

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.


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