lightyear icon indicating copy to clipboard operation
lightyear copied to clipboard

Flesh out the visualizer

Open cBournhonesque opened this issue 11 months ago • 2 comments

  • 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_context to add the connection id as a metric label and make sure that bevy_metrics_dashboard handles it?
  • List missing metrics

cBournhonesque avatar Jan 11 '25 20:01 cBournhonesque

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?

blueforesticarus avatar May 09 '25 05:05 blueforesticarus

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

cBournhonesque avatar May 09 '25 08:05 cBournhonesque