Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
e1d472f1
Commit
e1d472f1
authored
9 years ago
by
Hongyu Chen
Browse files
Options
Downloads
Patches
Plain Diff
Make census_tag_set the only field of census_context
parent
045c8483
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/census/context.h
+1
-5
1 addition, 5 deletions
src/core/census/context.h
with
1 addition
and
5 deletions
src/core/census/context.h
+
1
−
5
View file @
e1d472f1
...
@@ -39,11 +39,7 @@
...
@@ -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 */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment