Greetings!
I'm trying to take advantage of the changes merged in this PR,
Add configurable stats tags #1852. I updated my Envoy version to the latest and switched to the v2 api, but no tags appeared! I flipped through the source, and it looks as if they're not being picked up by the StatsSink - I couldn't find any place
MetricsImpl.tags() is invoked. Any advice?
Thanks!
/server_info: envoy c7bfe14d25c9803930fbee37d0acbe1e64999dcc/Clean/RELEASE live 343 343 0
excerpt from bootstrap.yaml:
...
stats_sinks:
- name: envoy.statsd
config:
address:
socket_address:
protocol: UDP
address: 127.0.0.1
port_value: 8125
stats_config:
admin:
...