dapr / dashboard

General purpose dashboard for Dapr
Apache License 2.0
181 stars 47 forks source link

Support querying of logs across all replica instances #216

Closed berndverst closed 2 years ago

berndverst commented 2 years ago

Describe the proposal

Community member question:

when there are multiple replicas of an application container in kubernetes, how do I select the replica I want in the Actors and Logs page? Currently I can only see them for one replica

Action Item: Use label annotations to get logs so logs for all replicas are displayed. (UI changes for selection of replica instance would be too involved)