Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ymyzk/prom2bq
- Owner: ymyzk
- License: mit
- Created: 2019-07-21T08:08:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T04:37:58.000Z (5 months ago)
- Last Synced: 2024-10-12T18:28:24.775Z (about 1 month ago)
- Topics: bigquery, go, prometheus
- Language: Go
- Size: 59.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 \
...
```