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

An instance of this structure is kept by every context, and records the basic information associated with the creation of that context. More...

#include <census.h>

Data Fields

int n_propagated_tags
 
int n_local_tags
 number of propagated tags More...
 
int n_deleted_tags
 number of non-propagated (local) tags More...
 
int n_added_tags
 number of tags that were deleted More...
 
int n_modified_tags
 number of tags that were added More...
 
int n_invalid_tags
 number of tags that were modified More...
 
int n_ignored_tags
 number of tags with bad keys or values (e.g. More...
 

Detailed Description

An instance of this structure is kept by every context, and records the basic information associated with the creation of that context.

Field Documentation

int census_context_status::n_added_tags

number of tags that were deleted

int census_context_status::n_deleted_tags

number of non-propagated (local) tags

int census_context_status::n_ignored_tags

number of tags with bad keys or values (e.g.

longer than CENSUS_MAX_TAG_KV_LEN)

int census_context_status::n_invalid_tags

number of tags that were modified

int census_context_status::n_local_tags

number of propagated tags

int census_context_status::n_modified_tags

number of tags that were added

int census_context_status::n_propagated_tags

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