rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
6.7k stars 341 forks source link

gRPC spec update: use RecordingMetadata instead of RecordingInfo and rename url to storage_url #8026

Closed zehiko closed 3 weeks ago

zehiko commented 3 weeks ago

What

As the title says, we unify all the metadata APIs to deal with RecordingMetadata and get rid of RecordingInfo. Also renamed url to storage_url for e2e consistency.

Checklist

To run all checks from main, comment on the PR with @rerun-bot full-check.