Category "graphite"

Grafana exclude values from query with wildcard

I have a grafana query that sums a number of stats, my query looks like alias(summarize(sumSeries(stats.checkout-*.*.*.*.*), '$time', 'sum', false), 'checkout')

Unable to send metrics to graphite-exporter

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

Prometheus show top metrics filtered by number of labels

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