Documentation ¶
Index ¶
Constants ¶
View Source
const ( UnknownValueType = ValueType(iota) NumberValueType StringValueType BooleanValueType ObjValueType ArrayValueType NilValueType )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Digester ¶
type Digester struct {
// contains filtered or unexported fields
}
func NewDigester ¶
func (*Digester) ProcessSample ¶
func (*Digester) SetDigestsConfig ¶
func (d *Digester) SetDigestsConfig(digestCfgs map[control.SamplerDigestUID]control.Digest)
type St ¶
type St struct {
// contains filtered or unexported fields
}
func NewStDigest ¶
func (*St) AddSampleData ¶
AddSample is not thread safe
func (*St) SampleType ¶
func (s *St) SampleType() control.SampleType
type Value ¶
type Value struct {
// contains filtered or unexported fields
}
func (*Value) AddSampleData ¶
AddSample is not thread safe
func (*Value) SampleType ¶
func (v *Value) SampleType() control.SampleType
Click to show internal directories.
Click to hide internal directories.