Documentation
¶
Index ¶
Constants ¶
View Source
const (
StatshubUrlTemplate = "https://%s/stats/%s"
)
Variables ¶
This section is empty.
Functions ¶
func OnBytesGiven ¶
OnBytesGiven registers the fact that bytes were given (sent or received)
Types ¶
type UpdateBuilder ¶
type UpdateBuilder struct {
// contains filtered or unexported fields
}
func Gauge ¶
func Gauge(key string) *UpdateBuilder
func Increment ¶
func Increment(key string) *UpdateBuilder
func (*UpdateBuilder) Add ¶
func (b *UpdateBuilder) Add(val int64)
func (*UpdateBuilder) Set ¶
func (b *UpdateBuilder) Set(val int64)
Click to show internal directories.
Click to hide internal directories.