Documentation ¶
Index ¶
Constants ¶
View Source
const ( NR_COUNT_TYPE = "count" NR_DIST_TYPE = "distribution" NR_GAUGE_TYPE = "gauge" NR_SUMMARY_TYPE = "summary" NR_UNIQUE_TYPE = "uniqueCount" DO_DEMO_PERIOD = "NRM_DO_DEMO_PERIOD" DO_DEMO_AMP = "NRM_DO_DEMO_AMPLITIDE" InstNameVPCMetric = "vpc-logs-metrics" InstNameNetflowMetric = "netflow-metrics" InstNameSynthetic = "synthetic" InstNameKtranslate = "heartbeat" MAX_ATTR_FOR_NR = 64 )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Demozer ¶
func (*Demozer) NewSineWaveOffset ¶
Move wave a random value from 0 forward.
type NRMFormat ¶
type NRMFormat struct { logger.ContextL EventChan chan []byte // contains filtered or unexported fields }
func NewFormat ¶
func NewFormat(log logger.Underlying, compression kt.Compression) (*NRMFormat, error)
type NRMetricSet ¶
Click to show internal directories.
Click to hide internal directories.