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
| `endpoints[].ui` | UI configuration at the endpoint level. | `{}` |
280
280
| `endpoints[].ui.hide-conditions` | Whether to hide conditions from the results. Note that this only hides conditions from results evaluated from the moment this was enabled. | `false` |
281
-
| `endpoints[].ui.hide-hostname` | Whether to hide the hostname in the result. | `false` |
282
-
| `endpoints[].ui.hide-url` | Whether to ensure the URL is not displayed in the results. Useful if the URL contains a token. | `false` |
281
+
| `endpoints[].ui.hide-hostname` | Whether to hide the hostname from the results. | `false` |
282
+
| `endpoints[].ui.hide-port` | Whether to hide the port from the results. | `false` |
283
+
| `endpoints[].ui.hide-url` | Whether to hide the URL from the results. Useful if the URL contains a token. | `false` |
283
284
| `endpoints[].ui.dont-resolve-failed-conditions` | Whether to resolve failed conditions for the UI. | `false` |
284
285
| `endpoints[].ui.badge.response-time` | List of response time thresholds. Each time a threshold is reached, the badge has a different color. | `[50, 200, 300, 500, 750]` |
0 commit comments