Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logging relation to pvcviewer #45

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

rgildein
Copy link
Contributor

Use LogForwarder from loki_push_api library to forwards all logs from workload container to Loki. This requires to use ops 2.9 or newer, so it was needed to be updated.

fixes: #40

How I tested it:

# deployed the cos following https://charmhub.io/topics/canonical-observability-stack/tutorials/install-microk8s
$ tox -e integration -- --keep-models --model kubeflow
$ juju consume u1-k8s:cos.loki-logging 
Added u1-k8s:admin/cos.loki-logging as loki-logging
$ juju integrate grafana-agent-k8s loki-logging
$ charmcraft pack
'config.yaml' is not a valid config file.
'config.yaml' is not a valid config file.
Created 'pvcviewer-operator_ubuntu-20.04-amd64.charm'.
Charms packed:
    pvcviewer-operator_ubuntu-20.04-amd64.charm
$ juju deploy ./pvcviewer-operator_ubuntu-20.04-amd64.charm --resource oci-image=docker.io/kubeflownotebookswg/pvcviewer-controller:v1.9.0-rc.0 --resource oci-image-proxy=gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
Located local charm "pvcviewer-operator", revision 0
Deploying "pvcviewer-operator" from local charm "pvcviewer-operator", revision 0 on ubuntu@20.04/stable
$ juju integrate  grafana-agent-k8s pvcviewer-operator:logging

And after checking the Grafana, I was able to see all logs.
Screenshot from 2024-07-10 15-06-36

Use LogForwarder from loki_push_api library to forwards all logs from
workload container to Loki. This requires to use ops 2.9 or newer, so it
was needed to be updated.

fixes: #40
@rgildein rgildein added the enhancement New feature or request label Jul 10, 2024
@rgildein rgildein self-assigned this Jul 10, 2024
@rgildein rgildein requested a review from a team as a code owner July 10, 2024 13:08
@rgildein rgildein merged commit 60ef028 into main Jul 11, 2024
6 checks passed
@rgildein rgildein deleted the feat/KF-5786/log-forwarding branch July 11, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add logging relation to pvcviewer-operator charm
2 participants