v1

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package v1 is a generated protocol buffer package.

It is generated from these files:
	opentelemetry/proto/collector/metrics/v1/metrics_service.proto

It has these top-level messages:
	ExportMetricsServiceRequest
	ExportMetricsServiceResponse

Package v1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMetricsService = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMetricsService   = fmt.Errorf("proto: integer overflow")
)

Functions

func RegisterMetricsServiceHandler

func RegisterMetricsServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterMetricsServiceHandler registers the http handlers for service MetricsService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterMetricsServiceHandlerClient

func RegisterMetricsServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MetricsServiceClient) error

RegisterMetricsServiceHandlerClient registers the http handlers for service MetricsService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "MetricsServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "MetricsServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "MetricsServiceClient" to call the correct interceptors.

func RegisterMetricsServiceHandlerFromEndpoint

func RegisterMetricsServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterMetricsServiceHandlerFromEndpoint is same as RegisterMetricsServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterMetricsServiceHandlerServer

func RegisterMetricsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MetricsServiceServer) error

RegisterMetricsServiceHandlerServer registers the http handlers for service MetricsService to "mux". UnaryRPC :call MetricsServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterMetricsServiceServer

func RegisterMetricsServiceServer(s *grpc.Server, srv MetricsServiceServer)

Types

type ExportMetricsServiceRequest

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 []*opentelemetry_proto_metrics_v1.ResourceMetrics `protobuf:"bytes,1,rep,name=resource_metrics,json=resourceMetrics" json:"resource_metrics,omitempty"`
}

func (*ExportMetricsServiceRequest) Descriptor

func (*ExportMetricsServiceRequest) Descriptor() ([]byte, []int)

func (*ExportMetricsServiceRequest) GetResourceMetrics

func (*ExportMetricsServiceRequest) Marshal

func (m *ExportMetricsServiceRequest) Marshal() (dAtA []byte, err error)

func (*ExportMetricsServiceRequest) MarshalTo

func (m *ExportMetricsServiceRequest) MarshalTo(dAtA []byte) (int, error)

func (*ExportMetricsServiceRequest) ProtoMessage

func (*ExportMetricsServiceRequest) ProtoMessage()

func (*ExportMetricsServiceRequest) Reset

func (m *ExportMetricsServiceRequest) Reset()

func (*ExportMetricsServiceRequest) Size

func (m *ExportMetricsServiceRequest) Size() (n int)

func (*ExportMetricsServiceRequest) String

func (m *ExportMetricsServiceRequest) String() string

func (*ExportMetricsServiceRequest) Unmarshal

func (m *ExportMetricsServiceRequest) Unmarshal(dAtA []byte) error

type ExportMetricsServiceResponse

type ExportMetricsServiceResponse struct {
}

func (*ExportMetricsServiceResponse) Descriptor

func (*ExportMetricsServiceResponse) Descriptor() ([]byte, []int)

func (*ExportMetricsServiceResponse) Marshal

func (m *ExportMetricsServiceResponse) Marshal() (dAtA []byte, err error)

func (*ExportMetricsServiceResponse) MarshalTo

func (m *ExportMetricsServiceResponse) MarshalTo(dAtA []byte) (int, error)

func (*ExportMetricsServiceResponse) ProtoMessage

func (*ExportMetricsServiceResponse) ProtoMessage()

func (*ExportMetricsServiceResponse) Reset

func (m *ExportMetricsServiceResponse) Reset()

func (*ExportMetricsServiceResponse) Size

func (m *ExportMetricsServiceResponse) Size() (n int)

func (*ExportMetricsServiceResponse) String

func (*ExportMetricsServiceResponse) Unmarshal

func (m *ExportMetricsServiceResponse) Unmarshal(dAtA []byte) error

type MetricsServiceClient

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)
}

func NewMetricsServiceClient

func NewMetricsServiceClient(cc *grpc.ClientConn) MetricsServiceClient

type MetricsServiceServer

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)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL