-
Notifications
You must be signed in to change notification settings - Fork 320
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I would like to persist data in prometheus. For that to work I would need a /metrics endpoint.
Describe the solution you'd like
Allow dashboards to be text only
Describe alternatives you've considered
Persisting to a database and scraping that with prometheus, manually scarping the dashboard html with regexes and extending smashing to push data to a prometheus sidecar.
Notes
Basically, I want to be able to create a dasboard which only outputs text based on the events generated by smashing.