James Newton-King

Results 646 comments of James Newton-King

> Should we have a toggle for this data? Is there a better way to handle volume? If there are a lot of logs then the solution is to view...

We could add an option to toggle viewing logs on the trace detail page. I don't think it would be that useful. They don't block any data.

@copilot Remove new usage of System.Text.Json for parsing evaluations. The evaluation fields all come from attributes.

@copilot Update unit tests to use the new properties with the correct attributes according to the specification. Here are the attributes: **Attributes:** | Key | Stability | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) |...

@copilot In the stress playground app, add `/genai-evalations` API call to Stress.ApiService. The API should add a new GenAI activity with evalations. In Stress.AppHost, add a command to call the...

@copilot Add hardcoded text in this PR in Aspire.Dashboard to resource files.

I haven't looked at any code yet. This is from testing. Add a spacer between view dropdown and duration dropdown: ![image](https://github.com/user-attachments/assets/f913eaab-2d80-4f43-b601-a09b7e895d8d) I think other toolbars use FluentDividers. I expected the...

> Currently, there is no internal identifier for views. That display name is also unique Please add one. Even if titles are unique now, this is going in the URL...

> I think this due to how cards work, and thus can't be changed without adding a document click listener. Is this a correct assumption @vnbaaij? What are you using...

> I was unable to reproduce this issue. Do you have repro steps? No. It looks like a thread safety problem: collection being modified at the same time as it...