Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 443 Bytes

prom2bq

CI

Usage

$ go build
$ ./prom2bq \
    -start 2019-07-01T00:00:00Z \
    -end 2019-07-02T00:00:00Z \
    -prometheus http://<address of prometheus> \
    -bigquery <project>:<dataset>.<table> \
    -credential <path to GCP credential in JSON format> \
    <metric1> <metric2> ...