diff --git a/ui-v2/app/components/app-view/index.hbs b/ui-v2/app/components/app-view/index.hbs index c27e84034a..b66f00fbca 100644 --- a/ui-v2/app/components/app-view/index.hbs +++ b/ui-v2/app/components/app-view/index.hbs @@ -45,19 +45,25 @@ {{/each}}
- You can expose individual HTTP paths like /metrics through Envoy for external services like Prometheus. -
-+ {{item.DestinationName}} +
++ The following list shows individual HTTP paths exposed through Envoy for external services like Prometheus. Read more about this in our documentation. +
+Path | +Protocol | +Listener port | +Local path port | +Combined addressService address, listener port, and path all combined into one URL. | + + + {{#each proxy.Proxy.Expose.Paths as |path|}} +
---|---|---|---|---|
+ {{or path.Path '-'}} + | ++ {{or path.Protocol '-'}} + | ++ {{or path.ListenerPort '-'}} + | ++ {{or path.LocalPathPort '-'}} + | + {{#let (concat item.Address ':' path.ListenerPort path.Path) as |combinedAddress| }} +
+ {{#if combinedAddress}}
+ {{combinedAddress}}
+ |
+ {{/let}}
+
- There are no upstreams. -
- {{/if}} -