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