James Newton-King

Results 646 comments of James Newton-King

I believe Plotly is an ES6 module. Plotly is being used by another JS file. How does that work if we're calling import on the module in Blazor? Do we...

I get the feeling the the right way to do this is: - Split the plotly specific application logic into its own JS file, e.g. `app-ploty.js` - `app-ploty.js` has `import...

This is improved in the next Aspire version. Just seeing a GUID service instance id isn't a good experience. When there are multiple instances of telemetry for a service, name...

@joperezr When will 8.1 of the dashboard be published?

> I cannot simply select app name to filter all app instances with the name, which I want, but I am forced to select specific instance which I do not...

Work involved: * Add new endpoint for OTLP http. See https://opentelemetry.io/docs/specs/otlp/#otlphttp-default-port. HTTP protocol will be Http1AndHttp2 (default's to HTTP/1.1 when there isn't TLS). * Protobuf over HTTP. Existing Protobuf data...

Related: Documentation to make it clear only OTLP/grpc is supported: * https://github.com/dotnet/docs-aspire/pull/678 * https://github.com/dotnet/aspire-samples/pull/195

Merged! https://github.com/dotnet/aspire/pull/4197 The dashboard supports OTLP/HTTP with Protobuf as the payload. It currently doesn't support JSON payloads, which is more difficult. I'm going to close this as done. If there...

`peer.service` indicates the span goes to an external app. The icon only appears in that situation. The value of `peer.service` is used to map to a resource with the same...

server.address and server.port also cause the icon to be displayed: https://github.com/dotnet/aspire/blob/09d5efb49e258fe54e15578ff3b37cbbabe48e79/src/Aspire.Dashboard/Otlp/Model/OtlpHelpers.cs#L195-L224 They're both recommend attributes in database trace semantic conventions - https://opentelemetry.io/docs/specs/semconv/database/database-spans/