Skip to content
Snippets Groups Projects
Commit 548d59f3 authored by Vizerai's avatar Vizerai
Browse files

update

parent 2b939832
No related branches found
No related tags found
No related merge requests found
...@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment