Skip to content

Commit

Permalink
Merge pull request #98 from canonical/IAM-1029
Browse files Browse the repository at this point in the history
Switched to Loki log forwarding.
  • Loading branch information
pik4ez-canonical committed Sep 9, 2024
2 parents 050e3dc + ac06e69 commit b455ec2
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 b455ec2

Please sign in to comment.