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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,7 @@ You can then configure alerts to be triggered when an endpoint is unhealthy once
309
309
| `endpoints[].ui.hide-hostname` | Whether to hide the hostname from the results. | `false` |
310
310
| `endpoints[].ui.hide-port` | Whether to hide the port from the results. | `false` |
311
311
| `endpoints[].ui.hide-url` | Whether to hide the URL from the results. Useful if the URL contains a token. | `false` |
312
+
| `endpoints[].ui.hide-errors` | Whether to hide errors from the results. | `false` |
312
313
| `endpoints[].ui.dont-resolve-failed-conditions` | Whether to resolve failed conditions for the UI. | `false` |
313
314
| `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]` |
314
315
| `endpoints[].extra-labels` | Extra labels to add to the metrics. Useful for grouping endpoints together. | `{}` |
0 commit comments