As per https://prometheus.io/docs/concepts/data_model/,
metric names must match regex [a-zA-Z_:][a-zA-Z0-9_:]*
and therefore must not start with a number.
regards,
>
> Thanks for the support,
>
> Fabio
>
>
>
>
> --
> 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 prometheus-use...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/3ccfa579-360e-4b56-b7a6-8aae153315fe%40googlegroups.com.
--
Julien Pivotto
@roidelapluie
On 26 May 08:49, Fabio Marzotti wrote:
> Hi, thanks for your answer. That is a label name with mistake, I know this
> is an error but is a metric supplied by third parts software, so I can't
> modify it. I'm looking a way to exclude it from federation process..... how
> can do it?
> thanks!
Maybe something like: match[]={__name__=~"[^0-9].*"}
> To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CAEZQCtvJQvF6aQsU2pvQXYN6Ce5O-NsibXHF72MootcBMUCWXw%40mail.gmail.com.
--
Julien Pivotto
@roidelapluie