aakarshg / sincgars

Configure OpenShift cluster to add remotewrite for long term storage of cluster metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sincgars

Configure OpenShift cluster to add remotewrite for long term storage of cluster metrics

Running sincgar

You can run as follows

python deploy.py -c <cluster_name> -u <remotewrite_url>

example run:

python deploy.py -c test-env -u http://test_influxdb_url:8086/api/v1/prom/write?db=promdb

Note: only works for an openshift cluster.

About

Configure OpenShift cluster to add remotewrite for long term storage of cluster metrics

License:Apache License 2.0


Languages

Language:Python 100.0%