package envoy_service_metrics_v3alpha

import "github.com/envoyproxy/go-control-plane/envoy/service/metrics/v3alpha"

Index

Functions

func RegisterMetricsServiceServer

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

Types

type MetricsServiceClient

type MetricsServiceClient interface {
	StreamMetrics(ctx context.Context, opts ...grpc.CallOption) (MetricsService_StreamMetricsClient, 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

func NewMetricsServiceClient(cc *grpc.ClientConn) MetricsServiceClient

type MetricsServiceServer

type MetricsServiceServer interface {
	StreamMetrics(MetricsService_StreamMetricsServer) error
}

MetricsServiceServer is the server API for MetricsService service.

type MetricsService_StreamMetricsClient

type MetricsService_StreamMetricsClient interface {
	Send(*StreamMetricsMessage) error
	CloseAndRecv() (*StreamMetricsResponse, error)
	grpc.ClientStream
}

type MetricsService_StreamMetricsServer

type MetricsService_StreamMetricsServer interface {
	SendAndClose(*StreamMetricsResponse) error
	Recv() (*StreamMetricsMessage, error)
	grpc.ServerStream
}

type StreamMetricsMessage

type StreamMetricsMessage struct {
	Identifier           *StreamMetricsMessage_Identifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	EnvoyMetrics         []*_go.MetricFamily              `protobuf:"bytes,2,rep,name=envoy_metrics,json=envoyMetrics,proto3" json:"envoy_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*StreamMetricsMessage) Descriptor

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

func (*StreamMetricsMessage) GetEnvoyMetrics

func (m *StreamMetricsMessage) GetEnvoyMetrics() []*_go.MetricFamily

func (*StreamMetricsMessage) GetIdentifier

func (*StreamMetricsMessage) ProtoMessage

func (*StreamMetricsMessage) ProtoMessage()

func (*StreamMetricsMessage) Reset

func (m *StreamMetricsMessage) Reset()

func (*StreamMetricsMessage) String

func (m *StreamMetricsMessage) String() string

func (*StreamMetricsMessage) Validate

func (m *StreamMetricsMessage) Validate() error

Validate checks the field values on StreamMetricsMessage with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*StreamMetricsMessage) XXX_DiscardUnknown

func (m *StreamMetricsMessage) XXX_DiscardUnknown()

func (*StreamMetricsMessage) XXX_Marshal

func (m *StreamMetricsMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamMetricsMessage) XXX_Merge

func (m *StreamMetricsMessage) XXX_Merge(src proto.Message)

func (*StreamMetricsMessage) XXX_Size

func (m *StreamMetricsMessage) XXX_Size() int

func (*StreamMetricsMessage) XXX_Unmarshal

func (m *StreamMetricsMessage) XXX_Unmarshal(b []byte) error

type StreamMetricsMessageValidationError

type StreamMetricsMessageValidationError struct {
	// contains filtered or unexported fields
}

StreamMetricsMessageValidationError is the validation error returned by StreamMetricsMessage.Validate if the designated constraints aren't met.

func (StreamMetricsMessageValidationError) Cause

Cause function returns cause value.

func (StreamMetricsMessageValidationError) Error

Error satisfies the builtin error interface

func (StreamMetricsMessageValidationError) ErrorName

ErrorName returns error name.

func (StreamMetricsMessageValidationError) Field

Field function returns field value.

func (StreamMetricsMessageValidationError) Key

Key function returns key value.

func (StreamMetricsMessageValidationError) Reason

Reason function returns reason value.

type StreamMetricsMessage_Identifier

type StreamMetricsMessage_Identifier struct {
	Node                 *core.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*StreamMetricsMessage_Identifier) Descriptor

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

func (*StreamMetricsMessage_Identifier) GetNode

func (*StreamMetricsMessage_Identifier) ProtoMessage

func (*StreamMetricsMessage_Identifier) ProtoMessage()

func (*StreamMetricsMessage_Identifier) Reset

func (*StreamMetricsMessage_Identifier) String

func (*StreamMetricsMessage_Identifier) Validate

func (m *StreamMetricsMessage_Identifier) Validate() error

Validate checks the field values on StreamMetricsMessage_Identifier with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*StreamMetricsMessage_Identifier) XXX_DiscardUnknown

func (m *StreamMetricsMessage_Identifier) XXX_DiscardUnknown()

func (*StreamMetricsMessage_Identifier) XXX_Marshal

func (m *StreamMetricsMessage_Identifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamMetricsMessage_Identifier) XXX_Merge

func (m *StreamMetricsMessage_Identifier) XXX_Merge(src proto.Message)

func (*StreamMetricsMessage_Identifier) XXX_Size

func (m *StreamMetricsMessage_Identifier) XXX_Size() int

func (*StreamMetricsMessage_Identifier) XXX_Unmarshal

func (m *StreamMetricsMessage_Identifier) XXX_Unmarshal(b []byte) error

type StreamMetricsMessage_IdentifierValidationError

type StreamMetricsMessage_IdentifierValidationError struct {
	// contains filtered or unexported fields
}

StreamMetricsMessage_IdentifierValidationError is the validation error returned by StreamMetricsMessage_Identifier.Validate if the designated constraints aren't met.

func (StreamMetricsMessage_IdentifierValidationError) Cause

Cause function returns cause value.

func (StreamMetricsMessage_IdentifierValidationError) Error

Error satisfies the builtin error interface

func (StreamMetricsMessage_IdentifierValidationError) ErrorName

ErrorName returns error name.

func (StreamMetricsMessage_IdentifierValidationError) Field

Field function returns field value.

func (StreamMetricsMessage_IdentifierValidationError) Key

Key function returns key value.

func (StreamMetricsMessage_IdentifierValidationError) Reason

Reason function returns reason value.

type StreamMetricsResponse

type StreamMetricsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamMetricsResponse) Descriptor

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

func (*StreamMetricsResponse) ProtoMessage

func (*StreamMetricsResponse) ProtoMessage()

func (*StreamMetricsResponse) Reset

func (m *StreamMetricsResponse) Reset()

func (*StreamMetricsResponse) String

func (m *StreamMetricsResponse) String() string

func (*StreamMetricsResponse) Validate

func (m *StreamMetricsResponse) Validate() error

Validate checks the field values on StreamMetricsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*StreamMetricsResponse) XXX_DiscardUnknown

func (m *StreamMetricsResponse) XXX_DiscardUnknown()

func (*StreamMetricsResponse) XXX_Marshal

func (m *StreamMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamMetricsResponse) XXX_Merge

func (m *StreamMetricsResponse) XXX_Merge(src proto.Message)

func (*StreamMetricsResponse) XXX_Size

func (m *StreamMetricsResponse) XXX_Size() int

func (*StreamMetricsResponse) XXX_Unmarshal

func (m *StreamMetricsResponse) XXX_Unmarshal(b []byte) error

type StreamMetricsResponseValidationError

type StreamMetricsResponseValidationError struct {
	// contains filtered or unexported fields
}

StreamMetricsResponseValidationError is the validation error returned by StreamMetricsResponse.Validate if the designated constraints aren't met.

func (StreamMetricsResponseValidationError) Cause

Cause function returns cause value.

func (StreamMetricsResponseValidationError) Error

Error satisfies the builtin error interface

func (StreamMetricsResponseValidationError) ErrorName

ErrorName returns error name.

func (StreamMetricsResponseValidationError) Field

Field function returns field value.

func (StreamMetricsResponseValidationError) Key

Key function returns key value.

func (StreamMetricsResponseValidationError) Reason

Reason function returns reason value.

Source Files

metrics_service.pb.go metrics_service.pb.validate.go

Version
v0.9.0
Published
Sep 10, 2019
Platform
js/wasm
Imports
18 packages
Last checked
1 hour ago

Tools for package owners.