You can expose individual HTTP paths like /metrics through Envoy for external services like Prometheus.
{{#tabular-collection
data-test-exposedpaths
class="exposedpaths"
items=item.Proxy.Expose.Paths as |path index|
}}
{{#block-slot name='header'}}
Path |
Protocol |
Listener port |
Local path port |
Combined addressService address, listener port, and path all combined into one URL. |
{{/block-slot}}
{{#block-slot name='row'}}
{{path.Path}}
|
{{path.Protocol}}
|
{{path.ListenerPort}}
|
{{path.LocalPathPort}}
|
{{item.Address}}:{{path.ListenerPort}}{{path.Path}}
|
{{/block-slot}}
{{/tabular-collection}}