Skip to content

Commit

Permalink
COS integration (#61)
Browse files Browse the repository at this point in the history
* add prometheus metrics scraper

* add default dashboards

* add loki integration

* use redis_exporter provided by ROCK instead of 3rd party image, add redis_exporter as service in pebble layer, run redis in appendonly mode

* update cos libs

* add integration test coverage for metrics exporter

---------

Co-authored-by: reneradoi <[email protected]>
Co-authored-by: René Radoi <[email protected]>
  • Loading branch information
3 people authored Jun 12, 2024
1 parent 7edec05 commit e9bdad9
Show file tree
Hide file tree
Showing 14 changed files with 10,172 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It connects to a controller. The controller is hosted on a cloud and controls mo
Then you build and deploy this charm into the model you just created:

charmcraft pack
juju deploy ./redis-k8s_ubuntu-20.04-amd64.charm --resource redis-image=ghcr.io/canonical/charmed-redis:7.0-22.04_edge
juju deploy ./redis-k8s_ubuntu-22.04-amd64.charm --resource redis-image=ghcr.io/canonical/charmed-redis:7.2.5-22.04-edge

Once Redis starts up it will be running on its default port, 6379.
To check it you run:
Expand Down
Loading

0 comments on commit e9bdad9

Please sign in to comment.