mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(grafana): expand commands
This commit is contained in:
@@ -17,6 +17,21 @@ Open-source platform for monitoring and observability.
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
|
||||
```sh
|
||||
docker run -d --rm --name 'grafana-oss' -p '3000:3000' 'grafana/grafana-oss'
|
||||
docker run -d --rm --name 'grafana-enterprise' -p '3000:3000' -ti -entrypoint 'bash' 'grafana/grafana-enterprise'
|
||||
```
|
||||
|
||||
```plaintext
|
||||
# Return health information
|
||||
GET /api/health
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Real world use cases</summary>
|
||||
|
||||
```sh
|
||||
# Export all existing dashboards by ID.
|
||||
curl -sS \
|
||||
|
||||
Reference in New Issue
Block a user