Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricWriter ¶
type MetricWriter struct {
// contains filtered or unexported fields
}
MetricWriter writes metrics to Google Cloud Monitoring.
func NewMetricWriter ¶
func NewMetricWriter(ctx context.Context, nodeID string) (*MetricWriter, error)
NewMetricWriter creates a new *MetricWriter.
func (*MetricWriter) Close ¶ added in v0.0.5
func (w *MetricWriter) Close() error
Close closes all connections held by the *MetricWriter.
Click to show internal directories.
Click to hide internal directories.