Skip to content

Commit

Permalink
Update docs and links (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i authored Nov 28, 2023
2 parents cb1c8a0 + 6dea511 commit 1516e4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ juju add-model cos
The Grafana agent may be deployed using the juju command line:

```bash
juju deploy grafana-agent --trust
juju deploy grafana-agent
```

If required, you can remove the deployment completely:
Expand All @@ -47,27 +47,7 @@ juju destroy-model -y cos --no-wait --force --destroy-storage

## Relations

Currently supported relations are:

```yaml
requires:
send-remote-write:
interface: prometheus_remote_write
metrics-endpoint:
interface: prometheus_scrape
logging-consumer:
interface: loki_push_api

provides:
self-metrics-endpoint:
interface: prometheus_scrape
grafana-dashboard:
interface: grafana_dashboard
logging-provider:
interface: loki_push_api
```
More detailed information about these relations can be found in [Charmhub docs page](https://charmhub.io/grafana-agent/docs/relations).
Detailed information about the relations can be found in [Charmhub integrations page](https://charmhub.io/grafana-agent/integrations).


## OCI Images
Expand Down
6 changes: 3 additions & 3 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ maintainers:
- Luca Bello <[email protected]>
- Simon Aronsson <[email protected]>

#docs: https://discourse.charmhub.io/t/grafana-agent-k8s-docs-index/5605
docs: https://github.com/canonical/grafana-agent-operator/blob/main/README.md
website: https://charmhub.io/grafana-agent
#source: https://github.com/canonical/grafana-agent-k8s-operator
#issues: https://github.com/canonical/grafana-agent-k8s-operator/issues
source: https://github.com/canonical/grafana-agent-operator
issues: https://github.com/canonical/grafana-agent-operator/issues

subordinate: true
series:
Expand Down

0 comments on commit 1516e4a

Please sign in to comment.