Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 998 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 998 Bytes

prom-snapshot

Prometheus snapshot(s) viewer.

Resource Link
Reference API
Docker Image Docker Build Status

Usage

Host multiple prometheus data snapshot with v1 api

$ server -s snapshot1=/path/to/snapshot1 --snapshot snapshot2=/path/to/snapshot2
$ curl http://127.0.0.1:8080/snapshot1/api/v1/metadata
{"status":"success","data":{}}
$ curl http://127.0.0.1:8080/snapshot2/api/v1/metadata
{"status":"success","data":{}}

TODO

server

  • kubernetes spec
  • e2e usage example
  • bundle grafana?
  • (long term) download snapshot from remote

snapshot-sidecar

  • kubernetes spec

LICENSE

MIT


a @b4fun project