I have a grafana query that sums a number of stats, my query looks like alias(summarize(sumSeries(stats.checkout-*.*.*.*.*), '$time', 'sum', false), 'checkout')
I am trying to send custom metrics to graphite exporter, using nc command, but unsuccessful. Here is the steps: I wget the graphite exporter on my redhat machin
According to this: https://prometheus.io/docs/practices/instrumentation/#do-not-overuse-labels i should stick to no more than 10 labels per metric. I'm trying