Skip to content

Commit 769511b

Browse files
Sync docs from Discourse (#447)
Sync charm docs from https://discourse.charmhub.io Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7bd3921 commit 769511b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/how-to/h-enable-tracing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Enabling tracing with Tempo requires that you:
2626
- See [How to manage MySQL K8s units](https://discourse.charmhub.io/t/charmed-mysql-k8s-how-to-manage-units/9659)
2727
- Have deployed a Charmed MySQL Router K8s application in the same model as the Charmed MySQL application
2828
- See [How to manage MySQL Router K8s units](https://discourse.charmhub.io/t/mysql-router-k8s-how-to-manage-units/12240)
29-
- Have deployed a 'cos-lite' bundle from the `latest/edge` track in a Kubernetes environment
29+
- Have deployed a 'cos-lite' bundle in a Kubernetes environment
3030
- See [Getting started on MicroK8s](https://charmhub.io/topics/canonical-observability-stack/tutorials/install-microk8s)
3131

3232
---
@@ -80,9 +80,9 @@ juju consume k8s:admin/cos.tempo
8080

8181
<a href="#heading--consume"><h2 id="heading--consume"> Offer interfaces </h2></a>
8282

83-
First, deploy [Grafana Agent K8s](https://charmhub.io/grafana-agent-k8s) from the `latest/edge` channel:
83+
First, deploy [Grafana Agent K8s](https://charmhub.io/grafana-agent-k8s) from the `1/stable` channel:
8484
```shell
85-
juju deploy grafana-agent-k8s --channel latest/edge
85+
juju deploy grafana-agent-k8s --channel 1/stable
8686
```
8787

8888
Then, integrate Grafana Agent k8s with the consumed interface from the previous section:
@@ -105,7 +105,7 @@ SAAS Status Store URL
105105
tempo active k8s admin/cos.tempo
106106

107107
App Version Status Scale Charm Channel Rev Address Exposed Message
108-
grafana-agent-k8s 0.40.4 active 1 grafana-agent-k8s latest/edge 93 10.152.183.141 no grafana-dashboards-provider: off, logging-consumer: off, send-remote-write: off
108+
grafana-agent-k8s 0.40.4 active 1 grafana-agent-k8s 1/stable 115 10.152.183.141 no grafana-dashboards-provider: off, logging-consumer: off, send-remote-write: off
109109
mysql-k8s 8.0.37-0ubuntu0.22.04.3 active 1 mysql-k8s 8.0/edge 201 10.152.183.58 no
110110
mysql-router-k8s 8.0.37-0ubuntu0.22.04.3 active 1 mysql-router-k8s 1 10.152.183.50 no
111111
mysql-test-app 0.0.2 active 1 mysql-test-app latest/stable 51 10.152.183.162 no

docs/reference/r-releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
The release notes for stable releases can be found in the charm's [GitHub releases page](https://github.com/canonical/mysql-router-k8s-operator/releases).
44

55
The following revisions have been published in the `8.0/stable` [channel](https://juju.is/docs/sdk/channel):
6+
* [Revisions 747, 748](https://github.com/canonical/mysql-router-k8s-operator/releases/tag/rev747)
67
* [Revisions 745, 746](https://github.com/canonical/mysql-router-k8s-operator/releases/tag/rev745)
78
* [Revisions 598, 599](https://github.com/canonical/mysql-router-k8s-operator/releases/tag/rev598)
89
* [Revisions 530, 531](https://github.com/canonical/mysql-router-k8s-operator/releases/tag/rev530)

0 commit comments

Comments
 (0)