Skip to content

Commit

Permalink
Add logging relation envoy (#108)
Browse files Browse the repository at this point in the history
Added logging relation and cos integration tests from chisme.

fixes: #104
  • Loading branch information
rgildein authored Jun 21, 2024
1 parent 56fc175 commit 2cf7fd2
Show file tree
Hide file tree
Showing 9 changed files with 2,866 additions and 195 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 @@ -60,3 +60,6 @@ requires:
- prefix
versions: [v1]
__schema_source: https://raw.githubusercontent.com/canonical/operator-schemas/master/ingress.yaml
logging:
interface: loki_push_api
optional: true
3 changes: 2 additions & 1 deletion requirements-integration.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ selenium-wire
lightkube
aiohttp
tenacity
-r requirements.txt
# This is required due to the abstraction of cos integration
charmed-kubeflow-chisme>=0.4.0
Loading

0 comments on commit 2cf7fd2

Please sign in to comment.