Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ymyzk/prom2bq

Copy data from Prometheus to BigQuery
https://github.com/ymyzk/prom2bq

bigquery go prometheus

Last synced: 19 days ago
JSON representation

Copy data from Prometheus to BigQuery

Awesome Lists containing this project

README

        

# prom2bq
[![CI](https://github.com/ymyzk/prom2bq/actions/workflows/ci.yaml/badge.svg)](https://github.com/ymyzk/prom2bq/actions/workflows/ci.yaml)

## Usage
```console
$ go build
$ ./prom2bq \
-start 2019-07-01T00:00:00Z \
-end 2019-07-02T00:00:00Z \
-prometheus http://

\
-bigquery :. \
-credential \
...
```