Class KevlarMetricEnricher

Namespace
Kevlar
Assembly
Kevlar.dll

Adds application-defined tags to Kevlar metric measurements.

public abstract class KevlarMetricEnricher
Inheritance
KevlarMetricEnricher
Inherited Members

Constructors

KevlarMetricEnricher()

protected KevlarMetricEnricher()

Methods

Enrich(in KevlarMetricEnrichmentContext)

Adds tags to a metric measurement before it is published.

public abstract void Enrich(in KevlarMetricEnrichmentContext context)

Parameters

context KevlarMetricEnrichmentContext

The callback-scoped metric context and mutable tag collection.