Documentation
¶
Index ¶
- Variables
- type Metrics
- func (*Metrics) Descriptor() ([]byte, []int)
- func (m *Metrics) GetChannelsCreated() uint64
- func (m *Metrics) GetChannelsOpen() uint64
- func (m *Metrics) GetRequestReplies() uint64
- func (m *Metrics) GetRequestsDone() uint64
- func (m *Metrics) GetRequestsFail() uint64
- func (m *Metrics) GetRequestsSent() uint64
- func (*Metrics) ProtoMessage()
- func (m *Metrics) Reset()
- func (m *Metrics) String() string
- func (m *Metrics) XXX_DiscardUnknown()
- func (m *Metrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Metrics) XXX_Merge(src proto.Message)
- func (m *Metrics) XXX_Size() int
- func (m *Metrics) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics struct { ChannelsCreated uint64 `protobuf:"varint,1,opt,name=channels_created,json=channelsCreated,proto3" json:"channels_created,omitempty"` ChannelsOpen uint64 `protobuf:"varint,2,opt,name=channels_open,json=channelsOpen,proto3" json:"channels_open,omitempty"` RequestsSent uint64 `protobuf:"varint,3,opt,name=requests_sent,json=requestsSent,proto3" json:"requests_sent,omitempty"` RequestsDone uint64 `protobuf:"varint,4,opt,name=requests_done,json=requestsDone,proto3" json:"requests_done,omitempty"` RequestsFail uint64 `protobuf:"varint,5,opt,name=requests_fail,json=requestsFail,proto3" json:"requests_fail,omitempty"` RequestReplies uint64 `protobuf:"varint,6,opt,name=request_replies,json=requestReplies,proto3" json:"request_replies,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Metrics) Descriptor ¶
func (*Metrics) GetChannelsCreated ¶
func (*Metrics) GetChannelsOpen ¶
func (*Metrics) GetRequestReplies ¶
func (*Metrics) GetRequestsDone ¶
func (*Metrics) GetRequestsFail ¶
func (*Metrics) GetRequestsSent ¶
func (*Metrics) ProtoMessage ¶
func (*Metrics) ProtoMessage()
func (*Metrics) XXX_DiscardUnknown ¶
func (m *Metrics) XXX_DiscardUnknown()
func (*Metrics) XXX_Marshal ¶
func (*Metrics) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.