Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kadoshita/grafana-image-publisher

Grafanaのグラフ画像を共有するプログラム
https://github.com/kadoshita/grafana-image-publisher

Last synced: 12 days ago
JSON representation

Grafanaのグラフ画像を共有するプログラム

Awesome Lists containing this project

README

        

# grafana-image-publisher

Grafanaのグラフ画像を共有するプログラム

GET /graph/:host/:panel/:ts/:duration

* /:host/:panel/:ts/:durationが存在する→画像データを返す
* 存在しない→画像をGrafanaから取得する
* 画像を取得できた→/:host/:panel/:ts/:durationに画像を保存し、画像データを返す
* 取得失敗→404を返す