Versions in this module Expand all Collapse all v1 v1.0.2 Mar 22, 2024 v1.0.1 Nov 9, 2023 Changes in this version + const OperationService_GetOperation_FullMethodName + const OperationService_SetOperation_FullMethodName + var File_opentelemetry_ext_proto_operation_operation_proto protoreflect.FileDescriptor + var OperationService_ServiceDesc = grpc.ServiceDesc + func RegisterOperationServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterOperationServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client OperationServiceClient) error + func RegisterOperationServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterOperationServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server OperationServiceServer) error + func RegisterOperationServiceServer(s grpc.ServiceRegistrar, srv OperationServiceServer) + type Alert struct + For string + Interval string + Items []*Item + Namespace string + func (*Alert) Descriptor() ([]byte, []int) + func (*Alert) ProtoMessage() + func (x *Alert) GetFor() string + func (x *Alert) GetInterval() string + func (x *Alert) GetItems() []*Item + func (x *Alert) GetNamespace() string + func (x *Alert) ProtoReflect() protoreflect.Message + func (x *Alert) Reset() + func (x *Alert) String() string + type Cloud struct + Platform string + Provider string + func (*Cloud) Descriptor() ([]byte, []int) + func (*Cloud) ProtoMessage() + func (x *Cloud) GetPlatform() string + func (x *Cloud) GetProvider() string + func (x *Cloud) ProtoReflect() protoreflect.Message + func (x *Cloud) Reset() + func (x *Cloud) String() string + type Code struct + Code int32 + Description string + Method string + Service string + Type string + func (*Code) Descriptor() ([]byte, []int) + func (*Code) ProtoMessage() + func (x *Code) GetCode() int32 + func (x *Code) GetDescription() string + func (x *Code) GetMethod() string + func (x *Code) GetService() string + func (x *Code) GetType() string + func (x *Code) ProtoReflect() protoreflect.Message + func (x *Code) Reset() + func (x *Code) String() string + type GetOperationRequest struct + App string + Server string + Tenant string + func (*GetOperationRequest) Descriptor() ([]byte, []int) + func (*GetOperationRequest) ProtoMessage() + func (x *GetOperationRequest) GetApp() string + func (x *GetOperationRequest) GetServer() string + func (x *GetOperationRequest) GetTenant() string + func (x *GetOperationRequest) ProtoReflect() protoreflect.Message + func (x *GetOperationRequest) Reset() + func (x *GetOperationRequest) String() string + type GetOperationResponse struct + Operation *Operation + func (*GetOperationResponse) Descriptor() ([]byte, []int) + func (*GetOperationResponse) ProtoMessage() + func (x *GetOperationResponse) GetOperation() *Operation + func (x *GetOperationResponse) ProtoReflect() protoreflect.Message + func (x *GetOperationResponse) Reset() + func (x *GetOperationResponse) String() string + type Item struct + Alert string + Annotations map[string]string + Expr string + For string + Labels map[string]string + Matchers []*Matcher + Name string + Namespace string + Threshold float64 + Type string + func (*Item) Descriptor() ([]byte, []int) + func (*Item) ProtoMessage() + func (x *Item) GetAlert() string + func (x *Item) GetAnnotations() map[string]string + func (x *Item) GetExpr() string + func (x *Item) GetFor() string + func (x *Item) GetLabels() map[string]string + func (x *Item) GetMatchers() []*Matcher + func (x *Item) GetName() string + func (x *Item) GetNamespace() string + func (x *Item) GetThreshold() float64 + func (x *Item) GetType() string + func (x *Item) ProtoReflect() protoreflect.Message + func (x *Item) Reset() + func (x *Item) String() string + type Log struct + func (*Log) Descriptor() ([]byte, []int) + func (*Log) ProtoMessage() + func (x *Log) ProtoReflect() protoreflect.Message + func (x *Log) Reset() + func (x *Log) String() string + type Matcher struct + Name string + Type string + Value string + func (*Matcher) Descriptor() ([]byte, []int) + func (*Matcher) ProtoMessage() + func (x *Matcher) GetName() string + func (x *Matcher) GetType() string + func (x *Matcher) GetValue() string + func (x *Matcher) ProtoReflect() protoreflect.Message + func (x *Matcher) Reset() + func (x *Matcher) String() string + type Metric struct + Codes []*Code + func (*Metric) Descriptor() ([]byte, []int) + func (*Metric) ProtoMessage() + func (x *Metric) GetCodes() []*Code + func (x *Metric) ProtoReflect() protoreflect.Message + func (x *Metric) Reset() + func (x *Metric) String() string + type Operation struct + Alert *Alert + Log *Log + Metric *Metric + Owners []*Owner + Resource *Resource + Sampler *Sampler + Service *Service + Trace *Trace + Version string + func (*Operation) Descriptor() ([]byte, []int) + func (*Operation) ProtoMessage() + func (x *Operation) GetAlert() *Alert + func (x *Operation) GetLog() *Log + func (x *Operation) GetMetric() *Metric + func (x *Operation) GetOwners() []*Owner + func (x *Operation) GetResource() *Resource + func (x *Operation) GetSampler() *Sampler + func (x *Operation) GetService() *Service + func (x *Operation) GetTrace() *Trace + func (x *Operation) GetVersion() string + func (x *Operation) ProtoReflect() protoreflect.Message + func (x *Operation) Reset() + func (x *Operation) String() string + type OperationServiceClient interface + GetOperation func(ctx context.Context, in *GetOperationRequest, opts ...grpc.CallOption) (*GetOperationResponse, error) + SetOperation func(ctx context.Context, in *SetOperationRequest, opts ...grpc.CallOption) (*SetOperationResponse, error) + func NewOperationServiceClient(cc grpc.ClientConnInterface) OperationServiceClient + type OperationServiceServer interface + GetOperation func(context.Context, *GetOperationRequest) (*GetOperationResponse, error) + SetOperation func(context.Context, *SetOperationRequest) (*SetOperationResponse, error) + type Owner struct + Email string + Name string + func (*Owner) Descriptor() ([]byte, []int) + func (*Owner) ProtoMessage() + func (x *Owner) GetEmail() string + func (x *Owner) GetName() string + func (x *Owner) ProtoReflect() protoreflect.Message + func (x *Owner) Reset() + func (x *Owner) String() string + type Resource struct + App string + Cloud *Cloud + Server string + Tenant string + func (*Resource) Descriptor() ([]byte, []int) + func (*Resource) ProtoMessage() + func (x *Resource) GetApp() string + func (x *Resource) GetCloud() *Cloud + func (x *Resource) GetServer() string + func (x *Resource) GetTenant() string + func (x *Resource) ProtoReflect() protoreflect.Message + func (x *Resource) Reset() + func (x *Resource) String() string + type Sampler struct + Fraction float64 + func (*Sampler) Descriptor() ([]byte, []int) + func (*Sampler) ProtoMessage() + func (x *Sampler) GetFraction() float64 + func (x *Sampler) ProtoReflect() protoreflect.Message + func (x *Sampler) Reset() + func (x *Sampler) String() string + type Service struct + Name string + func (*Service) Descriptor() ([]byte, []int) + func (*Service) ProtoMessage() + func (x *Service) GetName() string + func (x *Service) ProtoReflect() protoreflect.Message + func (x *Service) Reset() + func (x *Service) String() string + type SetOperationRequest struct + Operation *Operation + func (*SetOperationRequest) Descriptor() ([]byte, []int) + func (*SetOperationRequest) ProtoMessage() + func (x *SetOperationRequest) GetOperation() *Operation + func (x *SetOperationRequest) ProtoReflect() protoreflect.Message + func (x *SetOperationRequest) Reset() + func (x *SetOperationRequest) String() string + type SetOperationResponse struct + func (*SetOperationResponse) Descriptor() ([]byte, []int) + func (*SetOperationResponse) ProtoMessage() + func (x *SetOperationResponse) ProtoReflect() protoreflect.Message + func (x *SetOperationResponse) Reset() + func (x *SetOperationResponse) String() string + type Trace struct + func (*Trace) Descriptor() ([]byte, []int) + func (*Trace) ProtoMessage() + func (x *Trace) ProtoReflect() protoreflect.Message + func (x *Trace) Reset() + func (x *Trace) String() string + type UnimplementedOperationServiceServer struct + func (UnimplementedOperationServiceServer) GetOperation(context.Context, *GetOperationRequest) (*GetOperationResponse, error) + func (UnimplementedOperationServiceServer) SetOperation(context.Context, *SetOperationRequest) (*SetOperationResponse, error) + type UnsafeOperationServiceServer interface