My team tells me that this should be the template for all metrics: templates = [ "restubucks.jvm.gc.* .measurement.measurement.measurement.field*" ]
On Thu, Oct 27, 2016 at 5:26 AM, Adrian Lewis <[email protected]> wrote: > Hi, > > I'd like to store some gc metrics using the Graphite line format. > > restbucks.jvm.gc.eden.pause_msec.count 2 1477409221 > > restbucks.jvm.gc.eden.pause_msec.max 77 1477409221 > > restbucks.jvm.gc.eden.pause_msec.mean 47.50 1477409221 > > restbucks.jvm.gc.eden.pause_msec.min 18 1477409221 > > restbucks.jvm.gc.eden.pause_msec.stddev 29.50 1477409221 > > restbucks.jvm.gc.eden.pause_msec.p50 77.00 1477409221 > > restbucks.jvm.gc.eden.pause_msec.p75 77.00 1477409221 > > restbucks.jvm.gc.eden.pause_msec.p95 77.00 1477409221 > > restbucks.jvm.gc.eden.pause_msec.p98 77.00 1477409221 > > restbucks.jvm.gc.eden.pause_msec.p99 77.00 1477409221 > > restbucks.jvm.gc.eden.pause_msec.p999 77.00 1477409221 > > > > I am calling the measurement 'jvm.gc.eden.pause_msec" > > > But I'd like count, max, mean etc to be column names and the values (eg. > 2, 77) in those columns > > > This is what I have: > > > "restbucks.jvm.gc.eden.pause_msec.count .measurement.measurement. > measurement.measurement.count.field", > > "restbucks.jvm.gc.eden.pause_msec.max .measurement.measurement. > measurement.measurement.max.field" > > > But the measurement appears like this: > > > timecountmaxvalue > 2016-10-27T11:23:23Z "count" 0 > 2016-10-27T11:23:23Z "max" 0 > > > Could someone please correct my template please? > > > Aidy > > -- > Remember to include the version number! > --- > You received this message because you are subscribed to the Google Groups > "InfluxData" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/influxdb. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/influxdb/428dadeb-08ab-49d6-bda4-0279c3831999%40googlegroups.com > <https://groups.google.com/d/msgid/influxdb/428dadeb-08ab-49d6-bda4-0279c3831999%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Sean Beckett Director of Support and Professional Services InfluxDB -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/CALGqCvP2ERQsw7uV9qf4kXoaJzr%2BH%2BESwM7GEy4rWAhdsnZt5g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
