Opentelemetry_proto.ResourceCode for resource.proto
val default_resource :
?attributes:Common.key_value list ->
?dropped_attributes_count:int32 ->
unit ->
resourcedefault_resource () is the default value for type resource
val make_resource :
attributes:Common.key_value list ->
dropped_attributes_count:int32 ->
unit ->
resourcemake_resource … () is a builder for type resource
val pp_resource : Stdlib.Format.formatter -> resource -> unitpp_resource v formats v
val encode_pb_resource : resource -> Pbrt.Encoder.t -> unitencode_pb_resource v encoder encodes v with the given encoder
val decode_pb_resource : Pbrt.Decoder.t -> resourcedecode_pb_resource decoder decodes a resource binary value from decoder