https://github.com/moshe/prometheus-tsdb-parquet
Export Prometheus TSDB files into parquet files
https://github.com/moshe/prometheus-tsdb-parquet
Last synced: 2 months ago
JSON representation
Export Prometheus TSDB files into parquet files
- Host: GitHub
- URL: https://github.com/moshe/prometheus-tsdb-parquet
- Owner: moshe
- License: apache-2.0
- Created: 2023-11-04T19:59:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T20:22:22.000Z (over 1 year ago)
- Last Synced: 2024-06-21T03:26:54.311Z (11 months ago)
- Language: Go
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prometheus-tsdb-parquet
Export Prometheus TSDB files into parquet files## Build
run `make` / `go build -o bin/prometheus-tsdb-dump .`## Usage
Grab prometheus chunk from prometheus data directory.
example directory structure:
```
./chunks/000001
./chunks/000002
./chunks/000003
./index
./meta.json
./tombstones
```
Once you copied a prometheus chunk, run the following:
```
bin/prometheus-tsdb-dump \
--block
--output
--shard-size