Versions in this module Expand all Collapse all v1 v1.8.16 Jul 1, 2024 v1.8.11 Jul 1, 2024 Changes in this version + const StatsService_GetStats_FullMethodName + const StatsService_GetSysStats_FullMethodName + const StatsService_QueryStats_FullMethodName + var File_app_stats_command_command_proto protoreflect.FileDescriptor + var StatsService_ServiceDesc = grpc.ServiceDesc + func RegisterStatsServiceServer(s grpc.ServiceRegistrar, srv StatsServiceServer) + type Config struct + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type GetStatsRequest struct + Name string + Reset_ bool + func (*GetStatsRequest) Descriptor() ([]byte, []int) + func (*GetStatsRequest) ProtoMessage() + func (x *GetStatsRequest) GetName() string + func (x *GetStatsRequest) GetReset_() bool + func (x *GetStatsRequest) ProtoReflect() protoreflect.Message + func (x *GetStatsRequest) Reset() + func (x *GetStatsRequest) String() string + type GetStatsResponse struct + Stat *Stat + func (*GetStatsResponse) Descriptor() ([]byte, []int) + func (*GetStatsResponse) ProtoMessage() + func (x *GetStatsResponse) GetStat() *Stat + func (x *GetStatsResponse) ProtoReflect() protoreflect.Message + func (x *GetStatsResponse) Reset() + func (x *GetStatsResponse) String() string + type QueryStatsRequest struct + Pattern string + Reset_ bool + func (*QueryStatsRequest) Descriptor() ([]byte, []int) + func (*QueryStatsRequest) ProtoMessage() + func (x *QueryStatsRequest) GetPattern() string + func (x *QueryStatsRequest) GetReset_() bool + func (x *QueryStatsRequest) ProtoReflect() protoreflect.Message + func (x *QueryStatsRequest) Reset() + func (x *QueryStatsRequest) String() string + type QueryStatsResponse struct + Stat []*Stat + func (*QueryStatsResponse) Descriptor() ([]byte, []int) + func (*QueryStatsResponse) ProtoMessage() + func (x *QueryStatsResponse) GetStat() []*Stat + func (x *QueryStatsResponse) ProtoReflect() protoreflect.Message + func (x *QueryStatsResponse) Reset() + func (x *QueryStatsResponse) String() string + type Stat struct + Name string + Value int64 + func (*Stat) Descriptor() ([]byte, []int) + func (*Stat) ProtoMessage() + func (x *Stat) GetName() string + func (x *Stat) GetValue() int64 + func (x *Stat) ProtoReflect() protoreflect.Message + func (x *Stat) Reset() + func (x *Stat) String() string + type StatsServiceClient interface + GetStats func(ctx context.Context, in *GetStatsRequest, opts ...grpc.CallOption) (*GetStatsResponse, error) + GetSysStats func(ctx context.Context, in *SysStatsRequest, opts ...grpc.CallOption) (*SysStatsResponse, error) + QueryStats func(ctx context.Context, in *QueryStatsRequest, opts ...grpc.CallOption) (*QueryStatsResponse, error) + func NewStatsServiceClient(cc grpc.ClientConnInterface) StatsServiceClient + type StatsServiceServer interface + GetStats func(context.Context, *GetStatsRequest) (*GetStatsResponse, error) + GetSysStats func(context.Context, *SysStatsRequest) (*SysStatsResponse, error) + QueryStats func(context.Context, *QueryStatsRequest) (*QueryStatsResponse, error) + func NewStatsServer(manager feature_stats.Manager) StatsServiceServer + type SysStatsRequest struct + func (*SysStatsRequest) Descriptor() ([]byte, []int) + func (*SysStatsRequest) ProtoMessage() + func (x *SysStatsRequest) ProtoReflect() protoreflect.Message + func (x *SysStatsRequest) Reset() + func (x *SysStatsRequest) String() string + type SysStatsResponse struct + Alloc uint64 + Frees uint64 + LiveObjects uint64 + Mallocs uint64 + NumGC uint32 + NumGoroutine uint32 + PauseTotalNs uint64 + Sys uint64 + TotalAlloc uint64 + Uptime uint32 + func (*SysStatsResponse) Descriptor() ([]byte, []int) + func (*SysStatsResponse) ProtoMessage() + func (x *SysStatsResponse) GetAlloc() uint64 + func (x *SysStatsResponse) GetFrees() uint64 + func (x *SysStatsResponse) GetLiveObjects() uint64 + func (x *SysStatsResponse) GetMallocs() uint64 + func (x *SysStatsResponse) GetNumGC() uint32 + func (x *SysStatsResponse) GetNumGoroutine() uint32 + func (x *SysStatsResponse) GetPauseTotalNs() uint64 + func (x *SysStatsResponse) GetSys() uint64 + func (x *SysStatsResponse) GetTotalAlloc() uint64 + func (x *SysStatsResponse) GetUptime() uint32 + func (x *SysStatsResponse) ProtoReflect() protoreflect.Message + func (x *SysStatsResponse) Reset() + func (x *SysStatsResponse) String() string + type UnimplementedStatsServiceServer struct + func (UnimplementedStatsServiceServer) GetStats(context.Context, *GetStatsRequest) (*GetStatsResponse, error) + func (UnimplementedStatsServiceServer) GetSysStats(context.Context, *SysStatsRequest) (*SysStatsResponse, error) + func (UnimplementedStatsServiceServer) QueryStats(context.Context, *QueryStatsRequest) (*QueryStatsResponse, error) + type UnsafeStatsServiceServer interface