merged from gramsrv upstream
This commit is contained in:
parent
79c64ee916
commit
21a0856587
651 changed files with 54774 additions and 4590 deletions
|
|
@ -28,6 +28,16 @@ func (m *captureRPCMetrics) OutboxDelivered(time.Duration) {}
|
|||
|
||||
func (m *captureRPCMetrics) OutboxFailed(error) {}
|
||||
|
||||
func (m *captureRPCMetrics) PresenceLastSeenBatch(int, time.Duration, error) {}
|
||||
|
||||
func (m *captureRPCMetrics) PresenceLastSeenSubmitted() {}
|
||||
|
||||
func (m *captureRPCMetrics) PresenceLastSeenPending(int) {}
|
||||
|
||||
func (m *captureRPCMetrics) PresenceLastSeenOverflow() {}
|
||||
|
||||
func (m *captureRPCMetrics) PresenceLastSeenDrainDropped(int) {}
|
||||
|
||||
type rateLimitCall struct {
|
||||
key string
|
||||
cost int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue