|
|
@ -39,11 +39,7 @@ |
|
|
|
/* census_context is the in-memory representation of information needed to
|
|
|
|
/* census_context is the in-memory representation of information needed to
|
|
|
|
* maintain tracing, RPC statistics and resource usage information. */ |
|
|
|
* maintain tracing, RPC statistics and resource usage information. */ |
|
|
|
struct census_context { |
|
|
|
struct census_context { |
|
|
|
gpr_uint64 op_id; /* Operation identifier - unique per-context */ |
|
|
|
census_tag_set *tags; /* Opaque data structure for census tags. */ |
|
|
|
gpr_uint64 trace_id; /* Globally unique trace identifier */ |
|
|
|
|
|
|
|
/* TODO(aveitch) Add census tags:
|
|
|
|
|
|
|
|
const census_tag_set *tags; |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#endif /* GRPC_INTERNAL_CORE_CENSUS_CONTEXT_H */ |
|
|
|
#endif /* GRPC_INTERNAL_CORE_CENSUS_CONTEXT_H */ |
|
|
|