AutocollectedMetricsExtractor.Process(ITelemetry) Méthode

Définition

Cette classe implémente l’interface ITelemetryProcessor en définissant cette méthode. Cette méthode sera appelée par le pipeline pour chaque élément de télémétrie qui la traverse. Il appelle Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor.ExtractMetrics(Microsoft.ApplicationInsights.Channel.ITelemetry) pour effectuer réellement l’extraction.

public void Process (Microsoft.ApplicationInsights.Channel.ITelemetry item);
abstract member Process : Microsoft.ApplicationInsights.Channel.ITelemetry -> unit
override this.Process : Microsoft.ApplicationInsights.Channel.ITelemetry -> unit
Public Sub Process (item As ITelemetry)

Paramètres

item
ITelemetry

Élément de télémétrie à partir duquel les métriques seront extraites.

Implémente

S’applique à