struct OpenTelemetry::Proto::Metrics::Experimental::MetricConfigRequest
- OpenTelemetry::Proto::Metrics::Experimental::MetricConfigRequest
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
proto/metrics_config_service.pb.crConstant Summary
-
FIELDS =
{1 => {name: :resource, pb_type: OpenTelemetry::Proto::Resource::V1::Resource, crystal_type: OpenTelemetry::Proto::Resource::V1::Resource, cast_type: OpenTelemetry::Proto::Resource::V1::Resource?, native: false, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :last_known_fingerprint, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Slice(UInt8)?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(resource : OpenTelemetry::Proto::Resource::V1::Resource | Nil = nil, last_known_fingerprint : Slice(UInt8) | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #last_known_fingerprint : Slice(UInt8) | Nil
- #last_known_fingerprint=(last_known_fingerprint : Slice(UInt8) | Nil)
- #resource : OpenTelemetry::Proto::Resource::V1::Resource | Nil
- #resource=(resource : OpenTelemetry::Proto::Resource::V1::Resource | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(resource : OpenTelemetry::Proto::Resource::V1::Resource | Nil = nil, last_known_fingerprint : Slice(UInt8) | Nil = nil)
#