Dev Useful Stuff
1.18K subscribers
2 photos
317 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​Trickster (★ 233) is a reverse proxy cache for the Prometheus HTTP APIv1 that dramatically accelerates dashboard rendering times for any series queried from Prometheus.

Most dashboards request the entire time range of data from the time series database, every time a dashboard loads or reloads. Trickster's Delta Proxy inspects the time range of a client query to determine what data points are already cached, and requests from Prometheus only the data points still needed to service the client request. This results in dramatically faster chart load times for everyone, since Prometheus is queried only for tiny incremental changes on each dashboard load, rather than several hundred data points of duplicative data.

#prometheus #dashboard #monitoring #caching #proxy
​​DevDash - (★ 177) a terminal dashboard for developers, entirely configurable.

The goal is to have the data you really need in your terminal. You can create and display an unlimited amount of dashboard with whatever widget you want.

The configuration allow you to place your widgets, change their color, size, what data they fetch, from what API.

For now, data from Github, Google Analytics and Google Search Console (useful for side projects / blogs) are available, and I have plan to implement more (Trello, Gitlab and so on).

#cli #terminal #dashboard
​​Grafterm - (★951) is the metrics dashboards on terminal (a grafana inspired terminal version).

#tui #terminal #go #metrics #dashboard