1 write to _tags
System.Net.Http (1)
System\Net\Http\Metrics\HttpMetricsEnrichmentContext.cs (1)
113
_tags
= commonTags,
2 references to _tags
System.Net.Http (2)
System\Net\Http\Metrics\HttpMetricsEnrichmentContext.cs (2)
64
public void AddCustomTag(string name, object? value) =>
_tags
.Add(name, value);
121
requestDuration.Record(durationTime.TotalSeconds, context.
_tags
);