Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

# ABSTRACT: The abstract interface for a sampler object
our $VERSION = '0.026';
role OpenTelemetry::SDK::Trace::Sampler {
method description;
method should_sample;
}