Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadoshita/grafana-image-publisher
Grafanaのグラフ画像を共有するプログラム
https://github.com/kadoshita/grafana-image-publisher
Last synced: 12 days ago
JSON representation
Grafanaのグラフ画像を共有するプログラム
- Host: GitHub
- URL: https://github.com/kadoshita/grafana-image-publisher
- Owner: kadoshita
- License: mit
- Created: 2021-06-12T09:18:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T11:06:50.000Z (5 months ago)
- Last Synced: 2024-12-07T02:45:22.749Z (17 days ago)
- Language: TypeScript
- Size: 282 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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を返す