# Functions
DefaultRemoteWriteEventsGeneratorFactory returns the default prometheus events generator.
MetricSetBuilder returns a builder function for a new Prometheus remote_write metricset using the given namespace and event generator.
# Interfaces
RemoteWriteEventsGenerator converts Prometheus Samples to a map of mb.Event.
# Type aliases
RemoteWriteEventsGeneratorFactory creates a RemoteWriteEventsGenerator when instanciating a metricset.