Skip to content

Commit

Permalink
Merge pull request #195 from canonical/feat/KF-5785/add-logging-relation
Browse files Browse the repository at this point in the history
Add logging relation
  • Loading branch information
rgildein authored Jun 12, 2024
2 parents cb314ea + 49e9580 commit 3ed025a
Show file tree
Hide file tree
Showing 9 changed files with 2,923 additions and 158 deletions.
2,750 changes: 2,750 additions & 0 deletions lib/charms/loki_k8s/v1/loki_push_api.py

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ requires:
- prefix
versions: [v1]
__schema_source: https://raw.githubusercontent.com/canonical/operator-schemas/master/ingress.yaml
logging:
interface: loki_push_api
optional: true
provides:
metrics-endpoint:
interface: prometheus_scrape
Expand Down
2 changes: 2 additions & 0 deletions requirements-integration.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ requests
selenium<4.11
selenium-wire
tenacity
# This is required due to the abstraction of cos integration
charmed-kubeflow-chisme>=0.4.0
Loading

0 comments on commit 3ed025a

Please sign in to comment.