Skip to content

Commit

Permalink
feat: switched to Loki log forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
pik4ez-canonical committed Sep 9, 2024
1 parent 050e3dc commit ac06e69
Show file tree
Hide file tree
Showing 8 changed files with 603 additions and 312 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ you [deploy it](https://charmhub.io/topics/canonical-observability-stack/tutoria
you can run:

```shell
juju integrate openfga:grafana-dashboard grafana:grafana-dashboard
juju integrate openfga:metrics-endpoint prometheus:metrics-endpoint
juju integrate loki:logging openfga:log-proxy
juju integrate openfga-k8s:grafana-dashboard grafana:grafana-dashboard
juju integrate openfga-k8s:metrics-endpoint prometheus:metrics-endpoint
juju integrate loki:logging openfga-k8s:logging
```

## Security
Expand Down
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ requires:
database:
interface: postgresql_client
limit: 1
log-proxy:
logging:
interface: loki_push_api
optional: true
limit: 1
Expand Down
Loading

0 comments on commit ac06e69

Please sign in to comment.