Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricRecorder ¶
type MetricRecorder interface {
SynchronizeTelemetry() error
}
MetricRecorder interface
func NewRecorderSingle ¶
func NewRecorderSingle( metricStorage storage.MetricsStorageConsumer, metricRecorder service.MetricsRecorder, metadata dtos.Metadata, ) MetricRecorder
NewRecorderSingle creates new metric synchronizer for posting metrics
type RecorderSingle ¶
type RecorderSingle struct {
// contains filtered or unexported fields
}
RecorderSingle struct for metric sync
func (*RecorderSingle) SynchronizeTelemetry ¶
func (m *RecorderSingle) SynchronizeTelemetry() error
SynchronizeTelemetry syncs telemetry
Click to show internal directories.
Click to hide internal directories.