Documentation ¶
Index ¶
- type Archive
- type Metric
- func (z *Metric) DecodeMsg(dc *msgp.Reader) (err error)
- func (z *Metric) EncodeMsg(en *msgp.Writer) (err error)
- func (m *Metric) MarshalCompressed() (*bytes.Buffer, error)
- func (z *Metric) MarshalMsg(b []byte) (o []byte, err error)
- func (z *Metric) Msgsize() (s int)
- func (m *Metric) UnmarshalCompressed(b io.Reader) error
- func (z *Metric) UnmarshalMsg(bts []byte) (o []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶
func (*Archive) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Metric ¶
type Metric struct { MetricData schema.MetricData AggregationMethod uint32 Archives []Archive }
func (*Metric) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
Click to show internal directories.
Click to hide internal directories.