Skip to content

Commit fef37e5

Browse files
feat: loki integration for jujud logging
Uses loki integration to push the loki endpoint to juju database, so it can send all the information to all the agents. This will allow the a much more distributed logging approach.
1 parent eed10fd commit fef37e5

6 files changed

Lines changed: 2878 additions & 4 deletions

File tree

charmcraft.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ requires:
3030
interface: s3
3131
limit: 1
3232
optional: true
33+
loki-push-api:
34+
interface: loki_push_api
35+
limit: 1
36+
optional: true
3337

3438
peers:
3539
dbcluster:
@@ -62,3 +66,5 @@ charm-libs:
6266
version: "1"
6367
- lib: data_platform_libs.s3
6468
version: "0"
69+
- lib: loki_k8s.loki_push_api
70+
version: "1"

0 commit comments

Comments
 (0)