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)
64public void AddCustomTag(string name, object? value) => _tags.Add(name, value); 121requestDuration.Record(durationTime.TotalSeconds, context._tags);