Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GCloudBucket = flag.String("gcloud_bucket", "", "GCloud Storage Bucket to write flows to") GCloudPrefix = flag.String("gcloud_prefix", "/kentik", "GCloud Storage object prefix") GCloudContentType = flag.String("gcloud_content_type", "application/json", "GCloud Storage Content Type") FlushDurSec = flag.Int("gcloud_flush_sec", 60, "Create a new output file every this many seconds") )
Functions ¶
This section is empty.
Types ¶
type GCloudMetric ¶
type GCloudMetric struct { DeliveryErr go_metrics.Meter DeliveryWin go_metrics.Meter }
type GCloudSink ¶
func NewSink ¶
func NewSink(log logger.Underlying, registry go_metrics.Registry) (*GCloudSink, error)
func (*GCloudSink) Close ¶
func (s *GCloudSink) Close()
func (*GCloudSink) HttpInfo ¶
func (s *GCloudSink) HttpInfo() map[string]float64
Click to show internal directories.
Click to hide internal directories.