Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ingester ¶
type Ingester interface { StoreMetrics(ctx context.Context, series ddstructs.Series) error StoreHostTags(ctx context.Context, hostname string, systemTags []string) error StoreCheckRun(ctx context.Context, checks ddstructs.ServiceChecks) error }
func NewDisabled ¶
func NewDisabled() Ingester
type Recorder ¶
type Recorder interface {
// contains filtered or unexported methods
}
func NewRecorder ¶
func NewRecorder(reg prometheus.Registerer) Recorder
NewRecorder returns a new Prometheus metrics Recorder. It ensures that the ingester metrics are properly registered.
Click to show internal directories.
Click to hide internal directories.