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.
we used to add this script to the grafana image and execute it
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.