Hi, I have a question regarding the graphite-API in conjunction with the graphite protocol of ingesting/querying metrics. In the templates for the InfluxDB config, was curious if anyone knew how to set the last part of the metric string to a field. Something like (example):
servers.hostgroup.hostname.connection.latency.endpoint.count
servers.hostgroup.hostname.connection.memory.count
You can see the latency.endpoint.count
and memory.value
with .
as the separator are different lengths… but a template like this wouldn’t work to just take everything after connection
as a measurement and take the last field as the field/value.
"servers.*.*.connection.* servers.hostgroup.hostname.metricgroup.measurement*.field"