mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
parent
4cd83d9ef9
commit
78b0299ec1
2 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,9 @@ settings:
|
|||
doc: This value is only visible in the Console UI.
|
||||
more: '/enterprise/reference/manage.html#name'
|
||||
- name: "From"
|
||||
- name: "Metrics Name"
|
||||
doc: |
|
||||
Once a Route is created, the Metric Name field will populate. You can use this name to scrape the Prometheus service for metrics on this Route when making custom dashboards.
|
||||
- name: "To"
|
||||
- name: "Redirect"
|
||||
- name: "Pass Identity Headers"
|
||||
|
|
|
@ -46,6 +46,11 @@ Only secure schemes (`https` and `tcp+https`) are supported.
|
|||
|
||||
:::
|
||||
|
||||
#### Metrics Name
|
||||
|
||||
Once a Route is created, the Metric Name field will populate. You can use this name to scrape the Prometheus service for metrics on this Route when making custom dashboards.
|
||||
|
||||
|
||||
#### To
|
||||
|
||||
`To` is the destination(s) of a proxied request. It can be an internal resource, or an external resource. Multiple upstream resources can be targeted by using a list instead of a single URL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue