You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if I use match: "servers.*.*.*" or match: "servers.xxxx_guadaltel_es_guadaltel_es.*.*" it works properly.
Any suggestion?
Regards,
The text was updated successfully, but these errors were encountered:
enriquezubiria
changed the title
Invalid match error if there is an underscore
Invalid match error if there is an asterisk followed by an underscore
Oct 4, 2023
I believe this is because we do not support prefix matches yet. The Graphite exporter uses the mapping code from the StatsD exporter, so the implementation would happen over there, and then we pull it in here via a dependency upgrade. If you want to tackle this, please do 😄
Hi,
The following mappings file (I include only the relevant part)
throws the following error
But if I use
match: "servers.*.*.*"
ormatch: "servers.xxxx_guadaltel_es_guadaltel_es.*.*"
it works properly.Any suggestion?
Regards,
The text was updated successfully, but these errors were encountered: