Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LabelMaker ¶
func NewLabelMaker ¶
func NewLabelMaker(appInfoRepository cloudfoundry.AppInfoRepository) LabelMaker
type Nozzle ¶
type Nozzle struct {
LogSink Sink
MetricSink Sink
Heartbeater heartbeat.Heartbeater
// contains filtered or unexported fields
}
type PostMetricError ¶
type PostMetricError struct {
Errors []error
}
func (*PostMetricError) Error ¶
func (e *PostMetricError) Error() string
type Sink ¶
func NewFilterSink ¶ added in v1.0.6
func NewLogSink ¶
func NewLogSink(labelMaker LabelMaker, logAdapter stackdriver.LogAdapter, newlineToken string) Sink
func NewMetricSink ¶
func NewMetricSink(labelMaker LabelMaker, metricBuffer stackdriver.MetricsBuffer, unitParser UnitParser) Sink
type UnitParser ¶
func NewUnitParser ¶
func NewUnitParser() UnitParser
Click to show internal directories.
Click to hide internal directories.