1 write to Tags
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\Meter.cs (1)
86
Tags
= tagList.AsReadOnly();
4 references to Tags
Microsoft.Extensions.Diagnostics (1)
Metrics\DefaultMeterFactory.cs (1)
44
if (meter.Version == options.Version && DiagnosticsHelper.CompareTags(meter.
Tags
as IList<KeyValuePair<string, object?>>, options.Tags))
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\MetricsEventSource.cs (3)
466
Helpers.FormatTags(i.Tags), Helpers.FormatTags(i.Meter.
Tags
), Helpers.FormatObjectHash(i.Meter.Scope), state.ID),
468
Helpers.FormatTags(i.Tags), Helpers.FormatTags(i.Meter.
Tags
), Helpers.FormatObjectHash(i.Meter.Scope), state.ID),
470
Helpers.FormatTags(i.Tags), Helpers.FormatTags(i.Meter.
Tags
), Helpers.FormatObjectHash(i.Meter.Scope), state is null ? 0 : state.ID),