Skip to content

Commit

Permalink
Merge pull request #281 from minrk/status-switch
Browse files Browse the repository at this point in the history
update status for removal of GKE
  • Loading branch information
minrk committed Apr 29, 2023
2 parents 4041562 + 85f22cc commit 2c056e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion doc/_static/status.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// in sync with list in status.rst
// fixme: can this come from one source?
var fedUrls = [
"https://gke.mybinder.org",
"https://ovh.mybinder.org",
"https://notebooks.gesis.org/binder",
];
Expand Down
7 changes: 3 additions & 4 deletions doc/about/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ the BinderHub federation, who is in it, how to join it, etc, see
========================== ======== =============== ============== =============== =====
URL Response Docker registry JupyterHub API User/Build Pods Quota
========================== ======== =============== ============== =============== =====
gke.mybinder.org
ovh.mybinder.org
notebooks.gesis.org/binder
========================== ======== =============== ============== =============== =====
Expand All @@ -43,7 +42,7 @@ The total number of user sessions running on Binder.

.. raw:: html

<iframe src="https://grafana.mybinder.org/d-solo/fLoQvRHmk/status?panelId=6&orgId=1&tab=general&theme=light" width="500" height="200" frameborder="0"></iframe>
<iframe src="https://grafana.mybinder.org/d-solo/fLoQvRHmk/status?panelId=6&orgId=1&theme=light" width="500" height="240" frameborder="0"></iframe>

Binder launch success
---------------------
Expand All @@ -54,7 +53,7 @@ a dip that sustains itself over time, please alert the Binder team at the

.. raw:: html

<iframe src="https://grafana.mybinder.org/d-solo/fLoQvRHmk/status?panelId=2&orgId=1&tab=general&theme=light" width="500" height="200" frameborder="0"></iframe>
<iframe src="https://grafana.mybinder.org/d-solo/fLoQvRHmk/status?panelId=2&orgId=1&var-cluster=OVH&theme=light" width="500" height="200" frameborder="0"></iframe>

Launch time percentiles
-----------------------
Expand All @@ -65,7 +64,7 @@ time takes much longer.

.. raw:: html

<iframe src="https://grafana.mybinder.org/d-solo/fLoQvRHmk/status?panelId=4&orgId=1&tab=general&theme=light" width="500" height="200" frameborder="0"></iframe>
<iframe src="https://grafana.mybinder.org/d-solo/fLoQvRHmk/status?panelId=4&orgId=1&var-cluster=OVH&theme=light" width="500" height="200" frameborder="0"></iframe>


Site Reliability Goals
Expand Down

0 comments on commit 2c056e4

Please sign in to comment.