SemanticConventionSuppressionStrategy
in package
implements
SpanSuppressionStrategy
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $resolvers : iterable<string|int, mixed>
Methods
- __construct() : mixed
- getSuppressor() : SpanSuppressor
Properties
$resolvers read-only
private
iterable<string|int, mixed>
$resolvers
Methods
__construct()
public
__construct(iterable<string|int, SemanticConventionResolver> $resolvers) : mixed
Parameters
- $resolvers : iterable<string|int, SemanticConventionResolver>
getSuppressor()
public
getSuppressor(string $name, string|null $version, string|null $schemaUrl) : SpanSuppressor
Parameters
- $name : string
- $version : string|null
- $schemaUrl : string|null
Attributes
- #[Override]