2 writes to PropertyKeys
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (1)
308
PropertyKeys
= TelemetryRepository.GetLogPropertyKeys(PageViewModel.SelectedApplication.Id?.GetApplicationKey()),
Components\Pages\Traces.razor.cs (1)
323
PropertyKeys
= TelemetryRepository.GetTracePropertyKeys(PageViewModel.SelectedApplication.Id?.GetApplicationKey()),
1 reference to PropertyKeys
Aspire.Dashboard (1)
Components\Dialogs\FilterDialog.razor.cs (1)
55
var customFields = Content.
PropertyKeys
.Select(p => new SelectViewModel<string> { Id = p, Name = TelemetryFilter.ResolveFieldName(p) }).ToList();