Documentation
¶
Index ¶
- Variables
- type Config
- type Counter
- type Manager
- func (m *Manager) Close() error
- func (m *Manager) GetCounter(name string) stats.Counter
- func (m *Manager) RegisterCounter(name string) (stats.Counter, error)
- func (m *Manager) Start() error
- func (*Manager) Type() interface{}
- func (m *Manager) UnregisterCounter(name string) error
- func (m *Manager) Visit(visitor func(string, stats.Counter) bool)
Constants ¶
This section is empty.
Variables ¶
View Source
var File_v2ray_com_core_app_stats_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) Descriptor
deprecated
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
Counter is an implementation of stats.Counter.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is an implementation of stats.Manager.
func (*Manager) RegisterCounter ¶
func (*Manager) UnregisterCounter ¶
Click to show internal directories.
Click to hide internal directories.