Sign inSign up

metricly/kairosdb

By metricly

Updated over 8 years ago

Metricly KairosDB

Image
0

195

metricly/kairosdb repository overview

Metricly KairosDB

http://kairosdb.github.io/docs/build/html/GettingStarted.html

Run it

docker run -d -p 8080:8080 --name kairosdb kairosdb

Run With CQL Backend

docker run --net=host -d -e KAIROSDB_SERVICE_DATASTORE=org.kairosdb.datastore.cassandra.CassandraModule -e KAIROSDB_DATASTORE_CASSANDRA_PORT=9042 -e KAIROSDB_DATASTORE_CASSANDRA_REPLICATION__FACTOR=1 -e KAIROSDB_DATASTORE_CASSANDRA_CQL__HOST__LIST=my.cqlhost.com kairosdb

Notes & Examples

You can define any property accepted by kairosdb. To change those properties, pass in the appropriate key as an environment variable, replacing . with _. In some cases, the key already contains an _ in it's name. In order to preserve _, add another _ to the key, next to the existing, so that 2 __ remain.

kairosdb.datastore.cassandra.port			=	KAIROSDB_DATASTORE_CASSANDRA_PORT
kairosdb.datastore.cassandra.cql_host_list 		=	KAIROSDB_DATASTORE_CASSANDRA_CQL__HOST__LIST
kairosdb.datastore.cassandra.replication_factor		=	KAIROSDB_DATASTORE_CASSANDRA_REPLICATION__FACTOR

Tag summary

Content type

Image

Digest

Size

313.8 MB

Last updated

over 8 years ago

docker pull metricly/kairosdb