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
548d59f3
Commit
548d59f3
authored
8 years ago
by
Vizerai
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
2b939832
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/ext/census/tracing.h
+1
-2
1 addition, 2 deletions
src/core/ext/census/tracing.h
with
1 addition
and
2 deletions
src/core/ext/census/tracing.h
+
1
−
2
View file @
548d59f3
...
@@ -41,7 +41,6 @@
...
@@ -41,7 +41,6 @@
#include
"src/core/ext/census/trace_status.h"
#include
"src/core/ext/census/trace_status.h"
/* The tracing level. */
/* The tracing level. */
public
enum
TraceLevel
{
enum
TraceLevel
{
/* Annotations on this context will be silently discarded. */
/* Annotations on this context will be silently discarded. */
NO_TRACING
=
0
,
NO_TRACING
=
0
,
...
@@ -51,7 +50,7 @@ enum TraceLevel {
...
@@ -51,7 +50,7 @@ enum TraceLevel {
/* Annotations are recorded for the entire distributed trace and they are
/* Annotations are recorded for the entire distributed trace and they are
saved to a persistent store. It is propagated to the child. */
saved to a persistent store. It is propagated to the child. */
PERSISTENT_TRACING
=
2
,
PERSISTENT_TRACING
=
2
,
}
}
;
typedef
struct
trace_span_context
{
typedef
struct
trace_span_context
{
/* Trace span context stores Span ID, Trace ID, and option flags. */
/* Trace span context stores Span ID, Trace ID, and option flags. */
...
...
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