Sha256: e8712bcedd6a35f234e046c05d8b37bced514191c0ef411ce9e25ef6e9ecd05b
Contents?: true
Size: 1.61 KB
Versions: 5
Compression:
Stored size: 1.61 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: opentelemetry/proto/collector/metrics/v1/metrics_service.proto require 'google/protobuf' require 'opentelemetry/proto/metrics/v1/metrics_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("opentelemetry/proto/collector/metrics/v1/metrics_service.proto", :syntax => :proto3) do add_message "opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest" do repeated :resource_metrics, :message, 1, "opentelemetry.proto.metrics.v1.ResourceMetrics" end add_message "opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse" do optional :partial_success, :message, 1, "opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess" end add_message "opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess" do optional :rejected_data_points, :int64, 1 optional :error_message, :string, 2 end end end module Opentelemetry module Proto module Collector module Metrics module V1 ExportMetricsServiceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest").msgclass ExportMetricsServiceResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse").msgclass ExportMetricsPartialSuccess = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess").msgclass end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems