You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the Orleans 7.0 migration guide Migrate from Orleans 3.x to 7.0 and then using the dashboard to look at a Silo, there are neither CPU nor Memory Usages.
The existing Microsoft.Orleans.TelemetryConsumers.* packages have been removed for Orleans 7.0. The migration suggests using OpenTelemetry and its builder.Services.AddOpenTelemetry() which is not found by IntelliSense (though there is such a method for logging: Microsoft.Extensions.Logging.OpenTelemetryLoggingExtensions.AddOpenTelemetry).
How can one reactivate CPU/Memory Usages in Orleans 7.0?
The text was updated successfully, but these errors were encountered:
Following the Orleans 7.0 migration guide Migrate from Orleans 3.x to 7.0 and then using the dashboard to look at a Silo, there are neither CPU nor Memory Usages.
The existing Microsoft.Orleans.TelemetryConsumers.* packages have been removed for Orleans 7.0. The migration suggests using OpenTelemetry and its
builder.Services.AddOpenTelemetry()
which is not found by IntelliSense (though there is such a method for logging:Microsoft.Extensions.Logging.OpenTelemetryLoggingExtensions.AddOpenTelemetry
).How can one reactivate CPU/Memory Usages in Orleans 7.0?
The text was updated successfully, but these errors were encountered: