[prometheus-users] Re: Regexp match in template

2024-06-28 Thread 'Brian Candler' via Prometheus Users
See the template functions listed here: https://prometheus.io/docs/prometheus/latest/configuration/template_reference/#strings There is one called "match" which matches regular expressions. (Note that there is not one called "regexMatch") You should also be able to use the go template global fun

[prometheus-users] Re: Installing prometheus/client_python (was: Installationsproblem with Prometheus_client installed with solaris_exporter)

2024-06-28 Thread 'Stefan Witt' via Prometheus Users
In the meanwhile I tried to run the installation Instruction from https://github.com/n27051538/solaris_exporter/blob/master/README.md step by step in a internet-connected x86 Solaris 11.4 SRU 42 enviroment. ~$ uname -a SunOS Solaris11.4pro 5.11 11.4.42.111.0 i86pc i386 i86pc virtualbox ~$ But

[prometheus-users] Regexp match in template

2024-06-28 Thread fiala...@gmail.com
Hi, is it possible to make a regexp match in annotation? I need to check, if label contains specific string. function "regexMatch" not definedThank you. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and st