Skip to content

Commit

Permalink
Add google-cloud-logging to image
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 11, 2024
1 parent abb2833 commit 3da05f5
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
6 changes: 6 additions & 0 deletions images/binderhub-service/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ binderhub[pycurl] @ git+https://github.com/jupyterhub/binderhub@main

# ruamel-yaml is required by this chart's binderhub_config.py
ruamel-yaml

# google-cloud-logging is an optional dependency to help log BinderHub launch
# events to a Google Cloud Logging as done by mybinder.org deployments here:
# https://github.com/jupyterhub/mybinder.org-deploy/blob/e47021fe/mybinder/values.yaml#L193-L216.
#
google-cloud-logging==3.*
52 changes: 51 additions & 1 deletion images/binderhub-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,44 @@ escapism==1.0.1
# via binderhub
fqdn==1.5.1
# via jsonschema
google-api-core[grpc]==2.19.1
# via
# google-cloud-appengine-logging
# google-cloud-core
# google-cloud-logging
google-auth==2.32.0
# via kubernetes
# via
# google-api-core
# google-cloud-appengine-logging
# google-cloud-core
# google-cloud-logging
# kubernetes
google-cloud-appengine-logging==1.4.4
# via google-cloud-logging
google-cloud-audit-log==0.2.5
# via google-cloud-logging
google-cloud-core==2.4.1
# via google-cloud-logging
google-cloud-logging==3.10.0
# via -r requirements.in
googleapis-common-protos[grpc]==1.63.2
# via
# google-api-core
# google-cloud-audit-log
# grpc-google-iam-v1
# grpcio-status
greenlet==3.0.3
# via sqlalchemy
grpc-google-iam-v1==0.13.1
# via google-cloud-logging
grpcio==1.65.0
# via
# google-api-core
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.62.2
# via google-api-core
idna==3.7
# via
# jsonschema
Expand Down Expand Up @@ -84,6 +118,21 @@ prometheus-client==0.20.0
# via
# binderhub
# jupyterhub
proto-plus==1.24.0
# via
# google-api-core
# google-cloud-appengine-logging
# google-cloud-logging
protobuf==4.25.3
# via
# google-api-core
# google-cloud-appengine-logging
# google-cloud-audit-log
# google-cloud-logging
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
# proto-plus
pyasn1==0.6.0
# via
# pyasn1-modules
Expand Down Expand Up @@ -123,6 +172,7 @@ referencing==0.35.1
requests==2.32.3
# via
# docker
# google-api-core
# jupyterhub
# kubernetes
# requests-oauthlib
Expand Down

0 comments on commit 3da05f5

Please sign in to comment.