Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatMetric ¶
func FormatMetric(k *KinesisOutput, point *client.Point) (string, error)
Types ¶
type KinesisOutput ¶
type KinesisOutput struct { Region string `toml:"region"` StreamName string `toml:"streamname"` PartitionKey string `toml:"partitionkey"` Format string `toml:"format"` Debug bool `toml:"debug"` // contains filtered or unexported fields }
func (*KinesisOutput) Close ¶
func (k *KinesisOutput) Close() error
func (*KinesisOutput) Connect ¶
func (k *KinesisOutput) Connect() error
func (*KinesisOutput) Description ¶
func (k *KinesisOutput) Description() string
func (*KinesisOutput) SampleConfig ¶
func (k *KinesisOutput) SampleConfig() string
func (*KinesisOutput) Write ¶
func (k *KinesisOutput) Write(points []*client.Point) error
Click to show internal directories.
Click to hide internal directories.