Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add links to official Grafana documentation for creating and modifying dashboards #2539

Merged
merged 6 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ ignores:
- "**/CHANGELOG.md"
- "node_modules"
- "docs/tmp"
- "readme-generator-for-helm"
20 changes: 20 additions & 0 deletions dashboards/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,23 @@ If you prefer to prepare the dashboards for the examples and importing them as j
```shell
make import-json
```

---

## Guide to Custom Dashboards with Grafana

This section provides links to the official Grafana documentation for creating and modifying custom dashboards using Grafana.

## How to Create Custom Dashboards

Craft personalized Grafana dashboards tailored to your specific needs by exploring the [official Grafana documentation](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/create-dashboard/).
Discover detailed steps, best practices, and tips for creating visualizations, adding panels,
utilizing various data sources, and more.

## Modifying the Dashboards

Refine and adapt visualizations in existing Grafana dashboards to meet evolving requirements.
Visit the
[relevant sections](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/modify-dashboard-settings/)
of the Grafana documentation to gain insights on adjusting, enhancing, or reconfiguring dashboards efficiently.
Learn about editing panels, incorporating new data sources, applying filters, and optimizing dashboard layouts.
Loading