On 03.03.20 17:13, 'Noam Hurwitz' via Prometheus Users wrote: > It's easier to locally model all counters as CounterVecs and not pass any > labels if we don't want dimensional breakdowns given Go's typing paradigms. I > want to make sure doing this is not at excess cost.
AFAICS, there is currently a (small) performance overhead. If that overhead ever matters in practice, we could introduce a "fast path" in the implementation of the metrics vector. It should be a fairly easy and straight forward change. PRs welcome. :o) -- Björn Rabenstein [PGP-ID] 0x851C3DA17D748D03 [email] [email protected] -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/20200310125353.GM14683%40jahnn.

