TelemetryUI.Web.Component.to_image
implementation of VegaLite components has been extracted to a standalone library to remove hard dependency on rustler precompiled and vix.
- Interval refresh for live charts update 🎉
TelemetryUI.Web.Component
now can render image, so the protocol has ato_html
and ato_image
instead of the singlerender
functionTelemetryUI.Web
controller does not include the "share" param parsing anymore. If you want to have sharable URL, you need to addTelemetryUI.Web.Share
controller in your router and theshare_path
config in your theme.
- Standalone
TelemetryUI.Web.Share
controller: Simplify sharing features - Images:
vl-convert
integration with Rust to be able to build image urls of VegaLite components - Digest
metric_images
: Add images in the digest message sent to Slack
report_as
option has been removed in favor of using a unique "name": https://hexdocs.pm/telemetry_metrics/Telemetry.Metrics.html#module-filtering-on-metadata- The migration number 3 deletes all row with a non null
report_as
before changing the unique index. You can do a manual data migration before executing thetelemetry_ui
migration if you don’t want to lose data.