i wanted to join to queries cpu_usage and memory_bytes for one namespace how can i do that ?
On Monday, October 12, 2020 at 9:43:43 PM UTC+5:30 [email protected] wrote: > Ok, it looks like it's working as expected... > Thanks > > Le lundi 12 octobre 2020 à 15:48:31 UTC+2, [email protected] a écrit : > >> Try: >> >> label_replace(lldpLocPortDesc, "ifIndex", "$1", "lldpLocPortNum", "(.+)") >> >> If that works, then you should be able to build a query on top of this >> which uses (instance, ifIndex) as the join labels. >> > -- 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/5948d74b-c2a2-4d43-8d33-7ef217c598d4n%40googlegroups.com.

