lightyear
lightyear copied to clipboard
Flesh out the visualizer
- Register the correct metrics when a component/message is registered
- How do we handle metrics per connection on the server? A combination of
metrics_tracing_contextto add the connection id as a metric label and make sure thatbevy_metrics_dashboardhandles it? - List missing metrics
I'm not super sure why the visualizer needs to be a feature instead of an example? All it does is spawn a standard bevy-metrics-dashboard window right?
Yes but the relevant metrics need to be exported within lightyear to appear in the bevy-metrics-dashboard. This issue was mostly about expanding the metrics that I register, so that they can be queried/visualized