# Functions

NewFileBasedDeltaSampler creates a new instance of FileBasedDeltaSampler.
NewFileBasedSampler creates a new instance of FileBasedSampler.

# Structs

FileBasedDeltaSampler is a struct that manages the sampling of network statistics from a file, calculates deltas between samples, and stores the last measurements in a storage backend.
FileBasedSampler is a struct that handles the sampling of network statistics from a file specified by a URI using a given scraper.

# Interfaces

Sampler is an interface that defines a sampler for a uint64 measurement.
Storage for measurements.