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
contextEnrichmentContext<TResult, TArgs>The enrichment context.
Type Parameters
TResultThe type of result.
TArgsThe type of arguments.