OrleansDashboard icon indicating copy to clipboard operation
OrleansDashboard copied to clipboard

:bar_chart: A developer dashboard for Microsoft Orleans

Results 36 OrleansDashboard issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.3.4 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.7 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...

dependencies
javascript

Hey! We would like to have Orleans Dashboard running behind Ingress with path based routing. We have an issue in which loading the CSS files is failing due to not...

Hello! I want to bring a little attention to placing an Orleans Dashboard behind an Application Gateway: I've set up an Azure Application gateway pointing to an application that uses...

We updated orlean component to version 3.7.1,orlean dashboard component also had been updated to version 3.1.0 But we found orlean dashboard is not working,how to solve it? Our framework is...

Hello, I've recently upgraded to Orleans 7.1.0 and I've updated Dashboard to 7. 2.0. I've configured the dashboard to use basic auth with username and password. Program.cs configuration ```csharp siloBuilder.UseDashboard(options...

I have pulled the Dashboard nuget version 7.2.0.0 into my Orleans 7 project, and this error is raised when placing messages onto a stream. System.TypeLoadException: Could not load type 'Orleans.Serialization.Codecs.TagDelimitedFieldCodec'...

Hello Guys, Im receiving this exception. And none of this exception stack is related with my code... I can't find the problem... Edit: I cant get to throw consistently. But...

Just got a chance to use this: #360 The grain state feature works fine when my grain is shaped as: ```csharp class MyGrain : Grain, IMyGrain { readonly IPersistentState state;...

Following the Orleans 7.0 migration guide [Migrate from Orleans 3.x to 7.0](https://learn.microsoft.com/en-us/dotnet/orleans/migration-guide) and then using the dashboard to look at a Silo, there are neither CPU nor Memory Usages. ![Silo](https://github.com/OrleansContrib/OrleansDashboard/assets/29829639/cbc0083e-58f9-4af6-9859-b40ca95947c7)...