canonical / notebook-operators

Charmed Jupyter Notebooks
Apache License 2.0
5 stars 9 forks source link

Add logging relation jupyter-controller #378

Closed rgildein closed 3 months ago

rgildein commented 3 months ago

Added logging relation and cos integration tests from chisme.

fixes: #370

This was also manually tests with pre-deployed cos bundle.

$ juju consume u1-k8s:cos.loki-logging
$ juju integrate loki-logging grafana-agent-k8
# since charm was removed by one of test, I need to deploy it again
$ charmcraft pack
$ juju deploy ./jupyter-controller_ubuntu-20.04-amd64.charm --resource oci-image=docker.io/kubeflownotebookswg/notebook-controller:v1.9.0-rc.0
$ juju integrate grafana-agent-k8s jupyter-controller:logging

I visit http://<ip>/cos-grafana/explore to explore the logs and see: Screenshot from 2024-06-13 16-05-00