Class MeteringEnricher
Enricher used to enrich the metrics with additional information.
public abstract class MeteringEnricher
- Inheritance
-
MeteringEnricher
- Inherited Members
Methods
Enrich<TResult, TArgs>(in EnrichmentContext<TResult, TArgs>)
Enriches the metrics with additional information.
public abstract void Enrich<TResult, TArgs>(in EnrichmentContext<TResult, TArgs> context)
Parameters
context
EnrichmentContext<TResult, TArgs>The enrichment context.
Type Parameters
TResult
The type of result.
TArgs
The type of arguments.