3 references to _tags
Microsoft.Extensions.Telemetry.Tests (3)
Enrichment\Internals\TestMetricEnrichmentTagCollector.cs (3)
18
_tags
.Add(kvp.Key, kvp.Value.ToString() ?? string.Empty);
23
public IReadOnlyDictionary<string, string> Tags =>
_tags
;
27
_tags
.Add(tagName, tagValue.ToString() ?? string.Empty);