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

https://github.com/jcaesar/frozen-prometheus-viewer

A terrible hack to view an archived prometheus
https://github.com/jcaesar/frozen-prometheus-viewer

Last synced: 3 months ago
JSON representation

A terrible hack to view an archived prometheus

Awesome Lists containing this project

README

          

# Frozen Prometheus Viewer

Bring your own dashboard.

Run as
```
podman run --rm -p 3000:3000 -v $PWD/blubbs.tgz:/mnt/arc.tgz -v $PWD/own-grafana-dash.json:/dash/board.json liftm/frozen-prometheus-viewer
```

`blubbs.tgz` is expected to contain files like
```
blubbs/prometheus/lock
blubbs/prometheus/wal/00000000
blubbs/prometheus/wal/00000001
```

Note that the provided dashboards will have their time windows overwritten.