Versions in this module Expand all Collapse all v1 v1.5.0 Jan 6, 2025 v1.4.0 Dec 2, 2024 Changes in this version + var File_opentelemetry_proto_collector_profiles_v1development_profiles_service_proto protoreflect.FileDescriptor + var ProfilesService_ServiceDesc = grpc.ServiceDesc + func RegisterProfilesServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterProfilesServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ProfilesServiceClient) error + func RegisterProfilesServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ProfilesServiceServer) error + func RegisterProfilesServiceServer(s grpc.ServiceRegistrar, srv ProfilesServiceServer) + type ExportProfilesPartialSuccess struct + ErrorMessage string + RejectedProfiles int64 + func (*ExportProfilesPartialSuccess) Descriptor() ([]byte, []int) + func (*ExportProfilesPartialSuccess) ProtoMessage() + func (x *ExportProfilesPartialSuccess) GetErrorMessage() string + func (x *ExportProfilesPartialSuccess) GetRejectedProfiles() int64 + func (x *ExportProfilesPartialSuccess) ProtoReflect() protoreflect.Message + func (x *ExportProfilesPartialSuccess) Reset() + func (x *ExportProfilesPartialSuccess) String() string + type ExportProfilesServiceRequest struct + ResourceProfiles []*v1development.ResourceProfiles + func (*ExportProfilesServiceRequest) Descriptor() ([]byte, []int) + func (*ExportProfilesServiceRequest) ProtoMessage() + func (x *ExportProfilesServiceRequest) GetResourceProfiles() []*v1development.ResourceProfiles + func (x *ExportProfilesServiceRequest) ProtoReflect() protoreflect.Message + func (x *ExportProfilesServiceRequest) Reset() + func (x *ExportProfilesServiceRequest) String() string + type ExportProfilesServiceResponse struct + PartialSuccess *ExportProfilesPartialSuccess + func (*ExportProfilesServiceResponse) Descriptor() ([]byte, []int) + func (*ExportProfilesServiceResponse) ProtoMessage() + func (x *ExportProfilesServiceResponse) GetPartialSuccess() *ExportProfilesPartialSuccess + func (x *ExportProfilesServiceResponse) ProtoReflect() protoreflect.Message + func (x *ExportProfilesServiceResponse) Reset() + func (x *ExportProfilesServiceResponse) String() string + type ProfilesServiceClient interface + Export func(ctx context.Context, in *ExportProfilesServiceRequest, opts ...grpc.CallOption) (*ExportProfilesServiceResponse, error) + func NewProfilesServiceClient(cc grpc.ClientConnInterface) ProfilesServiceClient + type ProfilesServiceServer interface + Export func(context.Context, *ExportProfilesServiceRequest) (*ExportProfilesServiceResponse, error) + type UnimplementedProfilesServiceServer struct + func (UnimplementedProfilesServiceServer) Export(context.Context, *ExportProfilesServiceRequest) (*ExportProfilesServiceResponse, error) + type UnsafeProfilesServiceServer interface