mirego / telemetry_ui

Telemetry based metrics UI. Take your telemetry metrics and display them in a web page.
https://hexdocs.pm/telemetry_ui
BSD 3-Clause "New" or "Revised" License
223 stars 5 forks source link

No stlying + javascript errors #16

Closed Hermanverschooten closed 1 month ago

Hermanverschooten commented 1 month ago

Hi,

I just added this to my Phoenix 1.0.0-rc.6 application and I am getting no styling, the <style> is empty.

And I get a number javascript errors

Uncaught TypeError: window.drawChart is not a function
    <anonymous> http://localhost:4000/metrics?filter[page]=:223
    EventListener.handleEvent* http://localhost:4000/metrics?filter[page]=:222
simonprev commented 1 month ago

Oh that was a refactor in the asset handling and not pushing the priv/static/assets on hex.pm! It’s now fixed in 4.4.2 😄