Variables
opencensus.proto.trace.v1.trace_pb2 Namespace Reference

Variables

 _ATTRIBUTEVALUE
 
int _b = sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
 
 _MODULE
 
 _options
 
 _SPAN
 
 _SPAN_ATTRIBUTES
 
 _SPAN_ATTRIBUTES_ATTRIBUTEMAPENTRY
 
 _SPAN_LINK
 
 _SPAN_LINK_TYPE
 
 _SPAN_LINKS
 
 _SPAN_SPANKIND
 
 _SPAN_TIMEEVENT
 
 _SPAN_TIMEEVENT_ANNOTATION
 
 _SPAN_TIMEEVENT_MESSAGEEVENT
 
 _SPAN_TIMEEVENT_MESSAGEEVENT_TYPE
 
 _SPAN_TIMEEVENTS
 
 _SPAN_TRACESTATE
 
 _SPAN_TRACESTATE_ENTRY
 
 _STACKTRACE
 
 _STACKTRACE_STACKFRAME
 
 _STACKTRACE_STACKFRAMES
 
 _STATUS
 
 _sym_db = _symbol_database.Default()
 
 _TRUNCATABLESTRING
 
 AttributeValue
 
 containing_oneof
 
 containing_type
 
 DESCRIPTOR
 
 enum_type
 
 message_type
 
 Module
 
 Span
 
 StackTrace
 
 Status
 
 TruncatableString
 

Variable Documentation

◆ _ATTRIBUTEVALUE

opencensus.proto.trace.v1.trace_pb2._ATTRIBUTEVALUE
private

Definition at line 695 of file trace_pb2.py.

◆ _b

int opencensus.proto.trace.v1.trace_pb2._b = sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
private

Definition at line 5 of file trace_pb2.py.

◆ _MODULE

opencensus.proto.trace.v1.trace_pb2._MODULE
private

Definition at line 897 of file trace_pb2.py.

◆ _options

opencensus.proto.trace.v1.trace_pb2._options
private

Definition at line 1188 of file trace_pb2.py.

◆ _SPAN

opencensus.proto.trace.v1.trace_pb2._SPAN
private

Definition at line 520 of file trace_pb2.py.

◆ _SPAN_ATTRIBUTES

opencensus.proto.trace.v1.trace_pb2._SPAN_ATTRIBUTES
private

Definition at line 214 of file trace_pb2.py.

◆ _SPAN_ATTRIBUTES_ATTRIBUTEMAPENTRY

opencensus.proto.trace.v1.trace_pb2._SPAN_ATTRIBUTES_ATTRIBUTEMAPENTRY
private

Definition at line 177 of file trace_pb2.py.

◆ _SPAN_LINK

opencensus.proto.trace.v1.trace_pb2._SPAN_LINK
private

Definition at line 431 of file trace_pb2.py.

◆ _SPAN_LINK_TYPE

opencensus.proto.trace.v1.trace_pb2._SPAN_LINK_TYPE
private
Initial value:
1 = _descriptor.EnumDescriptor(
2  name='Type',
3  full_name='opencensus.proto.trace.v1.Span.Link.Type',
4  filename=None,
5  file=DESCRIPTOR,
6  values=[
7  _descriptor.EnumValueDescriptor(
8  name='TYPE_UNSPECIFIED', index=0, number=0,
9  serialized_options=None,
10  type=None),
11  _descriptor.EnumValueDescriptor(
12  name='CHILD_LINKED_SPAN', index=1, number=1,
13  serialized_options=None,
14  type=None),
15  _descriptor.EnumValueDescriptor(
16  name='PARENT_LINKED_SPAN', index=2, number=2,
17  serialized_options=None,
18  type=None),
19  ],
20  containing_type=None,
21  serialized_options=None,
22  serialized_start=2235,
23  serialized_end=2310,
24 )

Definition at line 57 of file trace_pb2.py.

◆ _SPAN_LINKS

opencensus.proto.trace.v1.trace_pb2._SPAN_LINKS
private

Definition at line 483 of file trace_pb2.py.

◆ _SPAN_SPANKIND

opencensus.proto.trace.v1.trace_pb2._SPAN_SPANKIND
private
Initial value:
1 = _descriptor.EnumDescriptor(
2  name='SpanKind',
3  full_name='opencensus.proto.trace.v1.Span.SpanKind',
4  filename=None,
5  file=DESCRIPTOR,
6  values=[
7  _descriptor.EnumValueDescriptor(
8  name='SPAN_KIND_UNSPECIFIED', index=0, number=0,
9  serialized_options=None,
10  type=None),
11  _descriptor.EnumValueDescriptor(
12  name='SERVER', index=1, number=1,
13  serialized_options=None,
14  type=None),
15  _descriptor.EnumValueDescriptor(
16  name='CLIENT', index=2, number=2,
17  serialized_options=None,
18  type=None),
19  ],
20  containing_type=None,
21  serialized_options=None,
22  serialized_start=2402,
23  serialized_end=2463,
24 )

Definition at line 83 of file trace_pb2.py.

◆ _SPAN_TIMEEVENT

opencensus.proto.trace.v1.trace_pb2._SPAN_TIMEEVENT
private

Definition at line 340 of file trace_pb2.py.

◆ _SPAN_TIMEEVENT_ANNOTATION

opencensus.proto.trace.v1.trace_pb2._SPAN_TIMEEVENT_ANNOTATION
private

Definition at line 251 of file trace_pb2.py.

◆ _SPAN_TIMEEVENT_MESSAGEEVENT

opencensus.proto.trace.v1.trace_pb2._SPAN_TIMEEVENT_MESSAGEEVENT
private

Definition at line 288 of file trace_pb2.py.

◆ _SPAN_TIMEEVENT_MESSAGEEVENT_TYPE

opencensus.proto.trace.v1.trace_pb2._SPAN_TIMEEVENT_MESSAGEEVENT_TYPE
private
Initial value:
1 = _descriptor.EnumDescriptor(
2  name='Type',
3  full_name='opencensus.proto.trace.v1.Span.TimeEvent.MessageEvent.Type',
4  filename=None,
5  file=DESCRIPTOR,
6  values=[
7  _descriptor.EnumValueDescriptor(
8  name='TYPE_UNSPECIFIED', index=0, number=0,
9  serialized_options=None,
10  type=None),
11  _descriptor.EnumValueDescriptor(
12  name='SENT', index=1, number=1,
13  serialized_options=None,
14  type=None),
15  _descriptor.EnumValueDescriptor(
16  name='RECEIVED', index=2, number=2,
17  serialized_options=None,
18  type=None),
19  ],
20  containing_type=None,
21  serialized_options=None,
22  serialized_start=1856,
23  serialized_end=1908,
24 )

Definition at line 31 of file trace_pb2.py.

◆ _SPAN_TIMEEVENTS

opencensus.proto.trace.v1.trace_pb2._SPAN_TIMEEVENTS
private

Definition at line 387 of file trace_pb2.py.

◆ _SPAN_TRACESTATE

opencensus.proto.trace.v1.trace_pb2._SPAN_TRACESTATE
private
Initial value:
1 = _descriptor.Descriptor(
2  name='Tracestate',
3  full_name='opencensus.proto.trace.v1.Span.Tracestate',
4  filename=None,
5  file=DESCRIPTOR,
6  containing_type=None,
7  fields=[
8  _descriptor.FieldDescriptor(
9  name='entries', full_name='opencensus.proto.trace.v1.Span.Tracestate.entries', index=0,
10  number=1, type=11, cpp_type=10, label=3,
11  has_default_value=False, default_value=[],
12  message_type=None, enum_type=None, containing_type=None,
13  is_extension=False, extension_scope=None,
14  serialized_options=None, file=DESCRIPTOR),
15  ],
16  extensions=[
17  ],
18  nested_types=[_SPAN_TRACESTATE_ENTRY, ],
19  enum_types=[
20  ],
21  serialized_options=None,
22  is_extendable=False,
23  syntax='proto3',
24  extension_ranges=[],
25  oneofs=[
26  ],
27  serialized_start=993,
28  serialized_end=1109,
29 )

Definition at line 147 of file trace_pb2.py.

◆ _SPAN_TRACESTATE_ENTRY

opencensus.proto.trace.v1.trace_pb2._SPAN_TRACESTATE_ENTRY
private

Definition at line 110 of file trace_pb2.py.

◆ _STACKTRACE

opencensus.proto.trace.v1.trace_pb2._STACKTRACE
private

Definition at line 859 of file trace_pb2.py.

◆ _STACKTRACE_STACKFRAME

opencensus.proto.trace.v1.trace_pb2._STACKTRACE_STACKFRAME
private

Definition at line 750 of file trace_pb2.py.

◆ _STACKTRACE_STACKFRAMES

opencensus.proto.trace.v1.trace_pb2._STACKTRACE_STACKFRAMES
private

Definition at line 822 of file trace_pb2.py.

◆ _STATUS

opencensus.proto.trace.v1.trace_pb2._STATUS
private

Definition at line 657 of file trace_pb2.py.

◆ _sym_db

opencensus.proto.trace.v1.trace_pb2._sym_db = _symbol_database.Default()
private

Definition at line 12 of file trace_pb2.py.

◆ _TRUNCATABLESTRING

opencensus.proto.trace.v1.trace_pb2._TRUNCATABLESTRING
private

Definition at line 935 of file trace_pb2.py.

◆ AttributeValue

opencensus.proto.trace.v1.trace_pb2.AttributeValue
Initial value:
1 = _reflection.GeneratedProtocolMessageType('AttributeValue', (_message.Message,), dict(
2  DESCRIPTOR = _ATTRIBUTEVALUE,
3  __module__ = 'opencensus.proto.trace.v1.trace_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.trace.v1.AttributeValue)
5  ))

Definition at line 1143 of file trace_pb2.py.

◆ containing_oneof

opencensus.proto.trace.v1.trace_pb2.containing_oneof

Definition at line 991 of file trace_pb2.py.

◆ containing_type

opencensus.proto.trace.v1.trace_pb2.containing_type

Definition at line 972 of file trace_pb2.py.

◆ DESCRIPTOR

opencensus.proto.trace.v1.trace_pb2.DESCRIPTOR
Initial value:
1 = _descriptor.FileDescriptor(
2  name='opencensus/proto/trace/v1/trace.proto',
3  package='opencensus.proto.trace.v1',
4  syntax='proto3',
5  serialized_options=_b('\n\034io.opencensus.proto.trace.v1B\nTraceProtoP\001ZBgithub.com/census-instrumentation/opencensus-proto/gen-go/trace/v1\352\002\031OpenCensus.Proto.Trace.V1'),
6  serialized_pb=_b('\n%opencensus/proto/trace/v1/trace.proto\x12\x19opencensus.proto.trace.v1\x1a+opencensus/proto/resource/v1/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xec\x11\n\x04Span\x12\x10\n\x08trace_id\x18\x01 \x01(\x0c\x12\x0f\n\x07span_id\x18\x02 \x01(\x0c\x12>\n\ntracestate\x18\x0f \x01(\x0b\x32*.opencensus.proto.trace.v1.Span.Tracestate\x12\x16\n\x0eparent_span_id\x18\x03 \x01(\x0c\x12:\n\x04name\x18\x04 \x01(\x0b\x32,.opencensus.proto.trace.v1.TruncatableString\x12\x36\n\x04kind\x18\x0e \x01(\x0e\x32(.opencensus.proto.trace.v1.Span.SpanKind\x12.\n\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12>\n\nattributes\x18\x07 \x01(\x0b\x32*.opencensus.proto.trace.v1.Span.Attributes\x12:\n\x0bstack_trace\x18\x08 \x01(\x0b\x32%.opencensus.proto.trace.v1.StackTrace\x12?\n\x0btime_events\x18\t \x01(\x0b\x32*.opencensus.proto.trace.v1.Span.TimeEvents\x12\x34\n\x05links\x18\n \x01(\x0b\x32%.opencensus.proto.trace.v1.Span.Links\x12\x31\n\x06status\x18\x0b \x01(\x0b\x32!.opencensus.proto.trace.v1.Status\x12\x38\n\x08resource\x18\x10 \x01(\x0b\x32&.opencensus.proto.resource.v1.Resource\x12?\n\x1bsame_process_as_parent_span\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x10\x63hild_span_count\x18\r \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x1at\n\nTracestate\x12\x41\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\x30.opencensus.proto.trace.v1.Span.Tracestate.Entry\x1a#\n\x05\x45ntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x1a\xe3\x01\n\nAttributes\x12S\n\rattribute_map\x18\x01 \x03(\x0b\x32<.opencensus.proto.trace.v1.Span.Attributes.AttributeMapEntry\x12 \n\x18\x64ropped_attributes_count\x18\x02 \x01(\x05\x1a^\n\x11\x41ttributeMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32).opencensus.proto.trace.v1.AttributeValue:\x02\x38\x01\x1a\xbf\x04\n\tTimeEvent\x12(\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12J\n\nannotation\x18\x02 \x01(\x0b\x32\x34.opencensus.proto.trace.v1.Span.TimeEvent.AnnotationH\x00\x12O\n\rmessage_event\x18\x03 \x01(\x0b\x32\x36.opencensus.proto.trace.v1.Span.TimeEvent.MessageEventH\x00\x1a\x8f\x01\n\nAnnotation\x12\x41\n\x0b\x64\x65scription\x18\x01 \x01(\x0b\x32,.opencensus.proto.trace.v1.TruncatableString\x12>\n\nattributes\x18\x02 \x01(\x0b\x32*.opencensus.proto.trace.v1.Span.Attributes\x1a\xcf\x01\n\x0cMessageEvent\x12I\n\x04type\x18\x01 \x01(\x0e\x32;.opencensus.proto.trace.v1.Span.TimeEvent.MessageEvent.Type\x12\n\n\x02id\x18\x02 \x01(\x04\x12\x19\n\x11uncompressed_size\x18\x03 \x01(\x04\x12\x17\n\x0f\x63ompressed_size\x18\x04 \x01(\x04\"4\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04SENT\x10\x01\x12\x0c\n\x08RECEIVED\x10\x02\x42\x07\n\x05value\x1a\x94\x01\n\nTimeEvents\x12=\n\ntime_event\x18\x01 \x03(\x0b\x32).opencensus.proto.trace.v1.Span.TimeEvent\x12!\n\x19\x64ropped_annotations_count\x18\x02 \x01(\x05\x12$\n\x1c\x64ropped_message_events_count\x18\x03 \x01(\x05\x1a\xef\x01\n\x04Link\x12\x10\n\x08trace_id\x18\x01 \x01(\x0c\x12\x0f\n\x07span_id\x18\x02 \x01(\x0c\x12\x37\n\x04type\x18\x03 \x01(\x0e\x32).opencensus.proto.trace.v1.Span.Link.Type\x12>\n\nattributes\x18\x04 \x01(\x0b\x32*.opencensus.proto.trace.v1.Span.Attributes\"K\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x15\n\x11\x43HILD_LINKED_SPAN\x10\x01\x12\x16\n\x12PARENT_LINKED_SPAN\x10\x02\x1aX\n\x05Links\x12\x32\n\x04link\x18\x01 \x03(\x0b\x32$.opencensus.proto.trace.v1.Span.Link\x12\x1b\n\x13\x64ropped_links_count\x18\x02 \x01(\x05\"=\n\x08SpanKind\x12\x19\n\x15SPAN_KIND_UNSPECIFIED\x10\x00\x12\n\n\x06SERVER\x10\x01\x12\n\n\x06\x43LIENT\x10\x02\"\'\n\x06Status\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x05\x12\x0f\n\x07message\x18\x02 \x01(\t\"\xa2\x01\n\x0e\x41ttributeValue\x12\x44\n\x0cstring_value\x18\x01 \x01(\x0b\x32,.opencensus.proto.trace.v1.TruncatableStringH\x00\x12\x13\n\tint_value\x18\x02 \x01(\x03H\x00\x12\x14\n\nbool_value\x18\x03 \x01(\x08H\x00\x12\x16\n\x0c\x64ouble_value\x18\x04 \x01(\x01H\x00\x42\x07\n\x05value\"\xed\x04\n\nStackTrace\x12G\n\x0cstack_frames\x18\x01 \x01(\x0b\x32\x31.opencensus.proto.trace.v1.StackTrace.StackFrames\x12\x1b\n\x13stack_trace_hash_id\x18\x02 \x01(\x04\x1a\x8a\x03\n\nStackFrame\x12\x43\n\rfunction_name\x18\x01 \x01(\x0b\x32,.opencensus.proto.trace.v1.TruncatableString\x12L\n\x16original_function_name\x18\x02 \x01(\x0b\x32,.opencensus.proto.trace.v1.TruncatableString\x12?\n\tfile_name\x18\x03 \x01(\x0b\x32,.opencensus.proto.trace.v1.TruncatableString\x12\x13\n\x0bline_number\x18\x04 \x01(\x03\x12\x15\n\rcolumn_number\x18\x05 \x01(\x03\x12\x36\n\x0bload_module\x18\x06 \x01(\x0b\x32!.opencensus.proto.trace.v1.Module\x12\x44\n\x0esource_version\x18\x07 \x01(\x0b\x32,.opencensus.proto.trace.v1.TruncatableString\x1al\n\x0bStackFrames\x12?\n\x05\x66rame\x18\x01 \x03(\x0b\x32\x30.opencensus.proto.trace.v1.StackTrace.StackFrame\x12\x1c\n\x14\x64ropped_frames_count\x18\x02 \x01(\x05\"\x86\x01\n\x06Module\x12<\n\x06module\x18\x01 \x01(\x0b\x32,.opencensus.proto.trace.v1.TruncatableString\x12>\n\x08\x62uild_id\x18\x02 \x01(\x0b\x32,.opencensus.proto.trace.v1.TruncatableString\"@\n\x11TruncatableString\x12\r\n\x05value\x18\x01 \x01(\t\x12\x1c\n\x14truncated_byte_count\x18\x02 \x01(\x05\x42\x8c\x01\n\x1cio.opencensus.proto.trace.v1B\nTraceProtoP\x01ZBgithub.com/census-instrumentation/opencensus-proto/gen-go/trace/v1\xea\x02\x19OpenCensus.Proto.Trace.V1b\x06proto3')
7  ,
8  dependencies=[opencensus_dot_proto_dot_resource_dot_v1_dot_resource__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_wrappers__pb2.DESCRIPTOR,])

Definition at line 20 of file trace_pb2.py.

◆ enum_type

opencensus.proto.trace.v1.trace_pb2.enum_type

Definition at line 982 of file trace_pb2.py.

◆ message_type

opencensus.proto.trace.v1.trace_pb2.message_type

Definition at line 973 of file trace_pb2.py.

◆ Module

opencensus.proto.trace.v1.trace_pb2.Module
Initial value:
1 = _reflection.GeneratedProtocolMessageType('Module', (_message.Message,), dict(
2  DESCRIPTOR = _MODULE,
3  __module__ = 'opencensus.proto.trace.v1.trace_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.trace.v1.Module)
5  ))

Definition at line 1173 of file trace_pb2.py.

◆ Span

opencensus.proto.trace.v1.trace_pb2.Span

Definition at line 1049 of file trace_pb2.py.

◆ StackTrace

opencensus.proto.trace.v1.trace_pb2.StackTrace
Initial value:
1 = _reflection.GeneratedProtocolMessageType('StackTrace', (_message.Message,), dict(
2 
3  StackFrame = _reflection.GeneratedProtocolMessageType('StackFrame', (_message.Message,), dict(
4  DESCRIPTOR = _STACKTRACE_STACKFRAME,
5  __module__ = 'opencensus.proto.trace.v1.trace_pb2'
6  # @@protoc_insertion_point(class_scope:opencensus.proto.trace.v1.StackTrace.StackFrame)
7  ))
8  ,
9 
10  StackFrames = _reflection.GeneratedProtocolMessageType('StackFrames', (_message.Message,), dict(
11  DESCRIPTOR = _STACKTRACE_STACKFRAMES,
12  __module__ = 'opencensus.proto.trace.v1.trace_pb2'
13  # @@protoc_insertion_point(class_scope:opencensus.proto.trace.v1.StackTrace.StackFrames)
14  ))
15  ,
16  DESCRIPTOR = _STACKTRACE,
17  __module__ = 'opencensus.proto.trace.v1.trace_pb2'
18  # @@protoc_insertion_point(class_scope:opencensus.proto.trace.v1.StackTrace)
19  ))

Definition at line 1150 of file trace_pb2.py.

◆ Status

opencensus.proto.trace.v1.trace_pb2.Status
Initial value:
1 = _reflection.GeneratedProtocolMessageType('Status', (_message.Message,), dict(
2  DESCRIPTOR = _STATUS,
3  __module__ = 'opencensus.proto.trace.v1.trace_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.trace.v1.Status)
5  ))

Definition at line 1136 of file trace_pb2.py.

◆ TruncatableString

opencensus.proto.trace.v1.trace_pb2.TruncatableString
Initial value:
1 = _reflection.GeneratedProtocolMessageType('TruncatableString', (_message.Message,), dict(
2  DESCRIPTOR = _TRUNCATABLESTRING,
3  __module__ = 'opencensus.proto.trace.v1.trace_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.trace.v1.TruncatableString)
5  ))

Definition at line 1180 of file trace_pb2.py.

opencensus.proto.trace.v1.trace_pb2._b
int _b
Definition: trace_pb2.py:5


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:41