canonical / bundle-kubeflow

Charmed Kubeflow
Apache License 2.0
103 stars 50 forks source link

Write spec for forwarding logs from charms and sidecar containers #909

Closed rgildein closed 3 months ago

rgildein commented 4 months ago

Context

Collecting logs from charms and their sidecars is part of the cos integration effort, which currently only includes the metrics part (exposing ports, alert rules, dashboards and testing), and is missing the logs section. We need to write spec about it, before broth implementation to all KubeFlow charms.

What needs to get done

  1. Look into observability libraries and check both approaches (LogForwarder and LokiPushApiConsumer), the LogForwarder is preferred
  2. Short POC
  3. Write spec with how to use and how to test the implementation

Definition of Done

  1. Working POC
  2. Spec, with the section how to use and how to test the implementation
  3. Link the spec with KF083
syncronize-issues-to-jira[bot] commented 4 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5746.

This message was autogenerated

rgildein commented 3 months ago

The spec was finished and approved, see JIRA ticket.