We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I have implemented a history module for the live dashboard, and it works for Phoenix and my custom metrics but does not work for BroadwayDashboard.
live_dashboard "/dashboard", metrics: MyMegaApp.Telemetry, additional_pages: [ broadway: BroadwayDashboard ], metrics_history: {MyMegaApp.Telemetry.History, :metrics_history, []}
The MyMegaApp.Telemetry.History.metrics_history/1 contains a logger, so I can see that BroadwayDashboard does not call for history.
MyMegaApp.Telemetry.History.metrics_history/1
How can counters history be implemented in BroadwayDashboard?
Package versions:
%{ "broadway": "1.0.0", "broadway_dashboard": "0.2.1", "broadway_rabbitmq": "0.7.0", "phoenix_live_dashboard": "0.5.3", "telemetry": "0.4.3", "telemetry_metrics": "0.6.0", "telemetry_poller": "0.5.0" }
The text was updated successfully, but these errors were encountered:
Hi @mpugach! Good point, we don't invoke it but a PR would be appreciated to add this functionality. :)
Sorry, something went wrong.
thanks for the clarification, will see what we can do, but no promises in the nearest future as well :)
No branches or pull requests
Hi
I have implemented a history module for the live dashboard, and it works for Phoenix and my custom metrics but does not work for BroadwayDashboard.
The
MyMegaApp.Telemetry.History.metrics_history/1
contains a logger, so I can see that BroadwayDashboard does not call for history.How can counters history be implemented in BroadwayDashboard?
Package versions:
The text was updated successfully, but these errors were encountered: