Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("exporter", fx.Provide(NewExporter), )
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct{}
func NewExporter ¶
func NewExporter( lc fx.Lifecycle, shutdowner fx.Shutdowner, cfg config.Config, logger *zerolog.Logger, metrics *monitoring.MetricService, ) (*Exporter, error)
Click to show internal directories.
Click to hide internal directories.