<html><head></head><body><div style="font-family:lucida console, sans-serif;font-size:16px;"><div>Hi,</div><div><br></div><div>I need to add some custom metadata like (region/site) for all metrics from a host. How to achieve that?</div><div><br></div><div>I can in see in write_tsdb or <span style="white-space: pre-wrap;">write_riemann,there are direct options available. I don't see anything similar with write_http.</span><br><br></div><div><br></div><div><pre style="color: rgb(0, 0, 0);"><Plugin write_tsdb>
   <Node "example">
     Host "tsd-1.my.domain"
     Port "4242"
<b>     HostTags "status=production"
</b>   </Node>
 </Plugin></pre><pre style="color: rgb(0, 0, 0);"><br></pre><pre style="color: rgb(0, 0, 0);"><Plugin "write_riemann">
   <Node "example">
     Host "localhost"
     Port "5555"
     Protocol UDP
     StoreRates true
     AlwaysAppendDS false
     TTLFactor 2.0
   </Node>
<b>   Tag "foobar"
   Attribute "foo" "bar"</b>
 </Plugin></pre><div><br></div><br></div><div><br></div><div>Thanks</div><div>Suresh Rajagopal</div></div></body></html>