package opentelemetry
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Core library for instrumentation and serialization for https://opentelemetry.io
Install
dune-project
Dependency
Authors
Maintainers
Sources
opentelemetry-0.91.tbz
sha256=4aaee2025957acf71434a027bd57ee699a9ae927e6b49804fb1e999e16a03694
sha512=f3ec030fc4ca0483c3fc143eaa802e2aa02b4c25e1a03ec967bd017fad8a4ef6287e9f9688486434d1ac2fc403217658b61d2c7f3709c092c939b93f412ee5c5
doc/opentelemetry.proto/Opentelemetry_proto/Resource/index.html
Module Opentelemetry_proto.ResourceSource
Code for resource.proto
Types
Source
type resource = private {mutable _presence : Pbrt.Bitfield.t;(*presence for 1 fields
*)mutable attributes : Common.key_value list;mutable dropped_attributes_count : int32;mutable entity_refs : Common.entity_ref list;
}Basic values
default_resource () is a new empty value for type resource
Make functions
Source
val make_resource :
?attributes:Common.key_value list ->
?dropped_attributes_count:int32 ->
?entity_refs:Common.entity_ref list ->
unit ->
resourcemake_resource … () is a builder for type resource
set field attributes in resource
presence of field "dropped_attributes_count" in resource
set field dropped_attributes_count in resource
set field entity_refs in resource
Formatters
pp_resource v formats v
Protobuf Encoding
encode_pb_resource v encoder encodes v with the given encoder
Protobuf Decoding
decode_pb_resource decoder decodes a resource binary value from decoder
Protobuf YoJson Encoding
encode_json_resource v encoder encodes v to to json
JSON Decoding
decode_json_resource decoder decodes a resource value from decoder
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page