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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,30 @@ The following is a list of environment variables that can be set for any web app
52
52
| CSRF_SAMESITE | Strict| Controls the [SameSite value](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#SameSite) of the CSRF cookie |
53
53
| USERID_HEADER | kubeflow-userid | Header in each request that will contain the username of the logged in user |
54
54
| USERID_PREFIX | "" | Prefix to remove from the `USERID_HEADER` value to extract the logged in user name |
55
+
| GRAFANA_PREFIX | /grafana | Controls the Grafana endpoint prefix for metrics dashboards |
56
+
| GRAFANA_CPU_MEMORY_DB | db/knative-serving-revision-cpu-and-memory-usage | Grafana dashboard name for CPU and memory metrics |
57
+
| GRAFANA_HTTP_REQUESTS_DB | db/knative-serving-revision-http-requests | Grafana dashboard name for HTTP request metrics |
58
+
59
+
## Grafana Configuration
60
+
61
+
The application supports runtime configuration of Grafana endpoints and dashboard names, allowing you to use custom Grafana instances and dashboard configurations without rebuilding the application.
62
+
63
+
### Configuration API
64
+
65
+
You can verify your grafana configuration by accessing the `/api/config` endpoint:
0 commit comments