1 write to Context
Aspire.Dashboard (1)
Otlp\Model\OtlpApplication.cs (1)
37Context = context;
12 references to Context
Aspire.Dashboard (12)
Otlp\Model\OtlpApplication.cs (11)
75Context = Context 84Context.Logger.LogInformation(ex, "Error adding metric instrument {MetricName}.", metric.Name); 120instrument.FindScope(d.Attributes, ref tempAttributes).AddPointValue(d, Context); 125Context.Logger.LogInformation(ex, "Error adding metric."); 134instrument.FindScope(d.Attributes, ref tempAttributes).AddPointValue(d, Context); 139Context.Logger.LogInformation(ex, "Error adding metric."); 148instrument.FindScope(d.Attributes, ref tempAttributes).AddHistogramValue(d, Context); 153Context.Logger.LogInformation(ex, "Error adding metric."); 159Context.Logger.LogInformation("Error adding summary metrics. Summary is not supported."); 163Context.Logger.LogInformation("Error adding exponential histogram metrics. Exponential histogram is not supported."); 197meter ??= new OtlpMeter(scope, Context);
Otlp\Model\OtlpApplicationView.cs (1)
23var properties = attributes.ToKeyValuePairs(application.Context, filter: attribute =>