import "go.opentelemetry.io/otel/exporters/otlp/internal/opentelemetry-proto-gen/collector/metrics/v1"
var ( ErrInvalidLengthMetricsService = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowMetricsService = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupMetricsService = fmt.Errorf("proto: unexpected end of group") )
func RegisterMetricsServiceServer(s *grpc.Server, srv MetricsServiceServer)
type ExportMetricsServiceRequest struct { // An array of ResourceMetrics. // For data coming from a single resource this array will typically contain one // element. Intermediary nodes (such as OpenTelemetry Collector) that receive // data from multiple origins typically batch the data before forwarding further and // in that case this array will contain multiple elements. ResourceMetrics []*v1.ResourceMetrics `protobuf:"bytes,1,rep,name=resource_metrics,json=resourceMetrics,proto3" json:"resource_metrics,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExportMetricsServiceRequest) Descriptor() ([]byte, []int)
func (m *ExportMetricsServiceRequest) GetResourceMetrics() []*v1.ResourceMetrics
func (m *ExportMetricsServiceRequest) Marshal() (dAtA []byte, err error)
func (m *ExportMetricsServiceRequest) MarshalTo(dAtA []byte) (int, error)
func (m *ExportMetricsServiceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExportMetricsServiceRequest) ProtoMessage()
func (m *ExportMetricsServiceRequest) Reset()
func (m *ExportMetricsServiceRequest) Size() (n int)
func (m *ExportMetricsServiceRequest) String() string
func (m *ExportMetricsServiceRequest) Unmarshal(dAtA []byte) error
func (m *ExportMetricsServiceRequest) XXX_DiscardUnknown()
func (m *ExportMetricsServiceRequest) XXX_Merge(src proto.Message)
func (m *ExportMetricsServiceRequest) XXX_Size() int
func (m *ExportMetricsServiceRequest) XXX_Unmarshal(b []byte) error
type ExportMetricsServiceResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExportMetricsServiceResponse) Descriptor() ([]byte, []int)
func (m *ExportMetricsServiceResponse) Marshal() (dAtA []byte, err error)
func (m *ExportMetricsServiceResponse) MarshalTo(dAtA []byte) (int, error)
func (m *ExportMetricsServiceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExportMetricsServiceResponse) ProtoMessage()
func (m *ExportMetricsServiceResponse) Reset()
func (m *ExportMetricsServiceResponse) Size() (n int)
func (m *ExportMetricsServiceResponse) String() string
func (m *ExportMetricsServiceResponse) Unmarshal(dAtA []byte) error
func (m *ExportMetricsServiceResponse) XXX_DiscardUnknown()
func (m *ExportMetricsServiceResponse) XXX_Merge(src proto.Message)
func (m *ExportMetricsServiceResponse) XXX_Size() int
func (m *ExportMetricsServiceResponse) XXX_Unmarshal(b []byte) error
type MetricsServiceClient interface { // For performance reasons, it is recommended to keep this RPC // alive for the entire life of the application. Export(ctx context.Context, in *ExportMetricsServiceRequest, opts ...grpc.CallOption) (*ExportMetricsServiceResponse, error) }
MetricsServiceClient is the client API for MetricsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMetricsServiceClient(cc *grpc.ClientConn) MetricsServiceClient
type MetricsServiceServer interface { // For performance reasons, it is recommended to keep this RPC // alive for the entire life of the application. Export(context.Context, *ExportMetricsServiceRequest) (*ExportMetricsServiceResponse, error) }
MetricsServiceServer is the server API for MetricsService service.
type UnimplementedMetricsServiceServer struct { }
UnimplementedMetricsServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedMetricsServiceServer) Export(ctx context.Context, req *ExportMetricsServiceRequest) (*ExportMetricsServiceResponse, error)
Package v1 imports 10 packages (graph) and is imported by 4 packages. Updated 2020-08-26. Refresh now. Tools for package owners.