Variables
opencensus.proto.stats.v1.stats_pb2 Namespace Reference

Variables

int _b = sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
 
 _COUNTAGGREGATION
 
 _DISTRIBUTIONAGGREGATION
 
 _LASTVALUEAGGREGATION
 
 _MEASURE
 
 _MEASURE_TYPE
 
 _MEASUREMENT
 
 _options
 
 _SUMAGGREGATION
 
 _sym_db = _symbol_database.Default()
 
 _TAG
 
 _VIEW
 
 containing_oneof
 
 containing_type
 
 CountAggregation
 
 DESCRIPTOR
 
 DistributionAggregation
 
 enum_type
 
 LastValueAggregation
 
 Measure
 
 Measurement
 
 message_type
 
 SumAggregation
 
 Tag
 
 View
 

Variable Documentation

◆ _b

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

Definition at line 5 of file stats_pb2.py.

◆ _COUNTAGGREGATION

opencensus.proto.stats.v1.stats_pb2._COUNTAGGREGATION
private
Initial value:
1 = _descriptor.Descriptor(
2  name='CountAggregation',
3  full_name='opencensus.proto.stats.v1.CountAggregation',
4  filename=None,
5  file=DESCRIPTOR,
6  containing_type=None,
7  fields=[
8  ],
9  extensions=[
10  ],
11  nested_types=[],
12  enum_types=[
13  ],
14  serialized_options=None,
15  is_extendable=False,
16  syntax='proto3',
17  extension_ranges=[],
18  oneofs=[
19  ],
20  serialized_start=749,
21  serialized_end=767,
22 )

Definition at line 230 of file stats_pb2.py.

◆ _DISTRIBUTIONAGGREGATION

opencensus.proto.stats.v1.stats_pb2._DISTRIBUTIONAGGREGATION
private
Initial value:
1 = _descriptor.Descriptor(
2  name='DistributionAggregation',
3  full_name='opencensus.proto.stats.v1.DistributionAggregation',
4  filename=None,
5  file=DESCRIPTOR,
6  containing_type=None,
7  fields=[
8  _descriptor.FieldDescriptor(
9  name='bucket_bounds', full_name='opencensus.proto.stats.v1.DistributionAggregation.bucket_bounds', index=0,
10  number=1, type=1, cpp_type=5, 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=[],
19  enum_types=[
20  ],
21  serialized_options=None,
22  is_extendable=False,
23  syntax='proto3',
24  extension_ranges=[],
25  oneofs=[
26  ],
27  serialized_start=811,
28  serialized_end=859,
29 )

Definition at line 302 of file stats_pb2.py.

◆ _LASTVALUEAGGREGATION

opencensus.proto.stats.v1.stats_pb2._LASTVALUEAGGREGATION
private
Initial value:
1 = _descriptor.Descriptor(
2  name='LastValueAggregation',
3  full_name='opencensus.proto.stats.v1.LastValueAggregation',
4  filename=None,
5  file=DESCRIPTOR,
6  containing_type=None,
7  fields=[
8  ],
9  extensions=[
10  ],
11  nested_types=[],
12  enum_types=[
13  ],
14  serialized_options=None,
15  is_extendable=False,
16  syntax='proto3',
17  extension_ranges=[],
18  oneofs=[
19  ],
20  serialized_start=787,
21  serialized_end=809,
22 )

Definition at line 278 of file stats_pb2.py.

◆ _MEASURE

opencensus.proto.stats.v1.stats_pb2._MEASURE
private

Definition at line 94 of file stats_pb2.py.

◆ _MEASURE_TYPE

opencensus.proto.stats.v1.stats_pb2._MEASURE_TYPE
private
Initial value:
1 = _descriptor.EnumDescriptor(
2  name='Type',
3  full_name='opencensus.proto.stats.v1.Measure.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='INT64', index=1, number=1,
13  serialized_options=None,
14  type=None),
15  _descriptor.EnumValueDescriptor(
16  name='DOUBLE', index=2, number=2,
17  serialized_options=None,
18  type=None),
19  ],
20  containing_type=None,
21  serialized_options=None,
22  serialized_start=252,
23  serialized_end=303,
24 )

Definition at line 29 of file stats_pb2.py.

◆ _MEASUREMENT

opencensus.proto.stats.v1.stats_pb2._MEASUREMENT
private

Definition at line 333 of file stats_pb2.py.

◆ _options

opencensus.proto.stats.v1.stats_pb2._options
private

Definition at line 488 of file stats_pb2.py.

◆ _SUMAGGREGATION

opencensus.proto.stats.v1.stats_pb2._SUMAGGREGATION
private
Initial value:
1 = _descriptor.Descriptor(
2  name='SumAggregation',
3  full_name='opencensus.proto.stats.v1.SumAggregation',
4  filename=None,
5  file=DESCRIPTOR,
6  containing_type=None,
7  fields=[
8  ],
9  extensions=[
10  ],
11  nested_types=[],
12  enum_types=[
13  ],
14  serialized_options=None,
15  is_extendable=False,
16  syntax='proto3',
17  extension_ranges=[],
18  oneofs=[
19  ],
20  serialized_start=769,
21  serialized_end=785,
22 )

Definition at line 254 of file stats_pb2.py.

◆ _sym_db

opencensus.proto.stats.v1.stats_pb2._sym_db = _symbol_database.Default()
private

Definition at line 12 of file stats_pb2.py.

◆ _TAG

opencensus.proto.stats.v1.stats_pb2._TAG
private

Definition at line 56 of file stats_pb2.py.

◆ _VIEW

opencensus.proto.stats.v1.stats_pb2._VIEW
private

Definition at line 147 of file stats_pb2.py.

◆ containing_oneof

opencensus.proto.stats.v1.stats_pb2.containing_oneof

Definition at line 403 of file stats_pb2.py.

◆ containing_type

opencensus.proto.stats.v1.stats_pb2.containing_type

Definition at line 395 of file stats_pb2.py.

◆ CountAggregation

opencensus.proto.stats.v1.stats_pb2.CountAggregation
Initial value:
1 = _reflection.GeneratedProtocolMessageType('CountAggregation', (_message.Message,), dict(
2  DESCRIPTOR = _COUNTAGGREGATION,
3  __module__ = 'opencensus.proto.stats.v1.stats_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.stats.v1.CountAggregation)
5  ))

Definition at line 452 of file stats_pb2.py.

◆ DESCRIPTOR

opencensus.proto.stats.v1.stats_pb2.DESCRIPTOR
Initial value:
1 = _descriptor.FileDescriptor(
2  name='opencensus/proto/stats/v1/stats.proto',
3  package='opencensus.proto.stats.v1',
4  syntax='proto3',
5  serialized_options=_b('\n\034io.opencensus.proto.stats.v1B\nStatsProtoP\001ZBgithub.com/census-instrumentation/opencensus-proto/gen-go/stats/v1\352\002\031OpenCensus.Proto.Stats.V1'),
6  serialized_pb=_b('\n%opencensus/proto/stats/v1/stats.proto\x12\x19opencensus.proto.stats.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"!\n\x03Tag\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\xa6\x01\n\x07Measure\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0c\n\x04unit\x18\x03 \x01(\t\x12\x35\n\x04type\x18\x04 \x01(\x0e\x32\'.opencensus.proto.stats.v1.Measure.Type\"3\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05INT64\x10\x01\x12\n\n\x06\x44OUBLE\x10\x02\"\xb9\x03\n\x04View\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x33\n\x07measure\x18\x03 \x01(\x0b\x32\".opencensus.proto.stats.v1.Measure\x12\x0f\n\x07\x63olumns\x18\x04 \x03(\t\x12H\n\x11\x63ount_aggregation\x18\x05 \x01(\x0b\x32+.opencensus.proto.stats.v1.CountAggregationH\x00\x12\x44\n\x0fsum_aggregation\x18\x06 \x01(\x0b\x32).opencensus.proto.stats.v1.SumAggregationH\x00\x12Q\n\x16last_value_aggregation\x18\x07 \x01(\x0b\x32/.opencensus.proto.stats.v1.LastValueAggregationH\x00\x12V\n\x18\x64istribution_aggregation\x18\x08 \x01(\x0b\x32\x32.opencensus.proto.stats.v1.DistributionAggregationH\x00\x42\r\n\x0b\x61ggregation\"\x12\n\x10\x43ountAggregation\"\x10\n\x0eSumAggregation\"\x16\n\x14LastValueAggregation\"0\n\x17\x44istributionAggregation\x12\x15\n\rbucket_bounds\x18\x01 \x03(\x01\"\xb1\x01\n\x0bMeasurement\x12,\n\x04tags\x18\x01 \x03(\x0b\x32\x1e.opencensus.proto.stats.v1.Tag\x12\x14\n\x0cmeasure_name\x18\x02 \x01(\t\x12\x16\n\x0c\x64ouble_value\x18\x03 \x01(\x01H\x00\x12\x13\n\tint_value\x18\x04 \x01(\x03H\x00\x12(\n\x04time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x07\n\x05valueB\x8c\x01\n\x1cio.opencensus.proto.stats.v1B\nStatsProtoP\x01ZBgithub.com/census-instrumentation/opencensus-proto/gen-go/stats/v1\xea\x02\x19OpenCensus.Proto.Stats.V1b\x06proto3')
7  ,
8  dependencies=[google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,])

Definition at line 18 of file stats_pb2.py.

◆ DistributionAggregation

opencensus.proto.stats.v1.stats_pb2.DistributionAggregation
Initial value:
1 = _reflection.GeneratedProtocolMessageType('DistributionAggregation', (_message.Message,), dict(
2  DESCRIPTOR = _DISTRIBUTIONAGGREGATION,
3  __module__ = 'opencensus.proto.stats.v1.stats_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.stats.v1.DistributionAggregation)
5  ))

Definition at line 473 of file stats_pb2.py.

◆ enum_type

opencensus.proto.stats.v1.stats_pb2.enum_type

Definition at line 394 of file stats_pb2.py.

◆ LastValueAggregation

opencensus.proto.stats.v1.stats_pb2.LastValueAggregation
Initial value:
1 = _reflection.GeneratedProtocolMessageType('LastValueAggregation', (_message.Message,), dict(
2  DESCRIPTOR = _LASTVALUEAGGREGATION,
3  __module__ = 'opencensus.proto.stats.v1.stats_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.stats.v1.LastValueAggregation)
5  ))

Definition at line 466 of file stats_pb2.py.

◆ Measure

opencensus.proto.stats.v1.stats_pb2.Measure
Initial value:
1 = _reflection.GeneratedProtocolMessageType('Measure', (_message.Message,), dict(
2  DESCRIPTOR = _MEASURE,
3  __module__ = 'opencensus.proto.stats.v1.stats_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.stats.v1.Measure)
5  ))

Definition at line 438 of file stats_pb2.py.

◆ Measurement

opencensus.proto.stats.v1.stats_pb2.Measurement
Initial value:
1 = _reflection.GeneratedProtocolMessageType('Measurement', (_message.Message,), dict(
2  DESCRIPTOR = _MEASUREMENT,
3  __module__ = 'opencensus.proto.stats.v1.stats_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.stats.v1.Measurement)
5  ))

Definition at line 480 of file stats_pb2.py.

◆ message_type

opencensus.proto.stats.v1.stats_pb2.message_type

Definition at line 396 of file stats_pb2.py.

◆ SumAggregation

opencensus.proto.stats.v1.stats_pb2.SumAggregation
Initial value:
1 = _reflection.GeneratedProtocolMessageType('SumAggregation', (_message.Message,), dict(
2  DESCRIPTOR = _SUMAGGREGATION,
3  __module__ = 'opencensus.proto.stats.v1.stats_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.stats.v1.SumAggregation)
5  ))

Definition at line 459 of file stats_pb2.py.

◆ Tag

opencensus.proto.stats.v1.stats_pb2.Tag
Initial value:
1 = _reflection.GeneratedProtocolMessageType('Tag', (_message.Message,), dict(
2  DESCRIPTOR = _TAG,
3  __module__ = 'opencensus.proto.stats.v1.stats_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.stats.v1.Tag)
5  ))

Definition at line 431 of file stats_pb2.py.

◆ View

opencensus.proto.stats.v1.stats_pb2.View
Initial value:
1 = _reflection.GeneratedProtocolMessageType('View', (_message.Message,), dict(
2  DESCRIPTOR = _VIEW,
3  __module__ = 'opencensus.proto.stats.v1.stats_pb2'
4  # @@protoc_insertion_point(class_scope:opencensus.proto.stats.v1.View)
5  ))

Definition at line 445 of file stats_pb2.py.

opencensus.proto.stats.v1.stats_pb2._b
int _b
Definition: stats_pb2.py:5


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