raintank / raintank-docker

raintank docker images and dev stack DEPRECATED / UNMAINTAINED
https://blog.raintank.io/docker-based-development-environment/
16 stars 4 forks source link

prepare-nsqd #58

Closed Dieterbe closed 8 years ago

Dieterbe commented 8 years ago

we used to add this script to the grafana image and execute it

--- a/grafana-dev/prepare-nsqd.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-curl -X POST 'http://nsqd:4151/topic/create?topic=metrics'
-curl -X POST 'http://nsqd:4151/channel/create?topic=metrics&channel=tank'

when grafana was the ingestion point (the collector controller), this guaranteed that any metric being ingested would also make it into MT and cassandra, even if MT needed some time to start up, which was useful to verify correct functioning.

we will need to add something similar back. i can look into this.