Documentation ¶
Index ¶
- Constants
- Variables
- func New(name string, tags map[string]string, fields map[string]interface{}, ...) (tinymonitor.Metric, error)
- func NewReader(metrics []tinymonitor.Metric) io.Reader
- func Parse(buf []byte) ([]tinymonitor.Metric, error)
- func ParseWithDefaultTime(buf []byte, t time.Time) ([]tinymonitor.Metric, error)
- func ParseWithDefaultTimePrecision(buf []byte, t time.Time, precision string) ([]tinymonitor.Metric, error)
Constants ¶
View Source
const MaxInt = int(^uint(0) >> 1)
View Source
const (
MaxKeyLength = 65535
)
Variables ¶
View Source
var (
ErrInvalidNumber = errors.New("invalid number")
)
Functions ¶
func ParseWithDefaultTime ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.