We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e2425 commit 2546b37Copy full SHA for 2546b37
kinesis/build/docker/jmxtrans-agent.xml
@@ -26,7 +26,7 @@
26
<outputWriter class="org.jmxtrans.agent.GraphitePlainTextTcpOutputWriter">
27
<host>${HAYSTACK_GRAPHITE_HOST:monitoring-influxdb-graphite.kube-system.svc}</host>
28
<port>${HAYSTACK_GRAPHITE_PORT:2003}</port>
29
- <namePrefix>haystack.collector.kinesis.#hostname#.</namePrefix>
+ <namePrefix>${HAYSTACK_GRAPHITE_PREFIX:haystack.collector.kinesis}.#hostname#.</namePrefix>
30
</outputWriter>
31
<collectIntervalInSeconds>60</collectIntervalInSeconds>
32
</jmxtrans-agent>
0 commit comments