-
Notifications
You must be signed in to change notification settings - Fork 28
feat: Add metrics dash #689
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
Changes from 11 commits
27fa14e
92fa6d4
ca06d03
37b3006
be66e3d
71df070
e2adfe2
1fcf566
f752f57
5e35560
1cd658b
500ac89
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,6 +39,7 @@ NodeMetadata | |
| observability | ||
| PathBuf | ||
| performant | ||
| Prometheus | ||
| pluggable | ||
| pre | ||
| PRs | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ Once docker is installed, a metrics server can be run locally via the following | |
| - Password: `changeme` | ||
| 1. Import some dashboards from the `metrics/dashboards` directory in this repo: | ||
| - In the Grafana UI, go to `Dashboards` -> `Manage` -> `Import` -> `Upload .json file`. | ||
AgeManning marked this conversation as resolved.
Show resolved
Hide resolved
AgeManning marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - The `Summary.json` dashboard is a good place to start. | ||
| - The `anchor-dash.json` dashboard is a good place to start. | ||
AgeManning marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✅ Correct update - properly references the new
AgeManning marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## Dashboards | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| # Anchor Metrics | ||
|
|
||
| [](https://postimg.cc/4YMRN4Xc) | ||
|  | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice improvement! Moving from external image hosting (postimg.cc) to local repo storage ( There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✅ Excellent improvement! Switching from an external image host (postimg.cc) to a local image file improves:
AgeManning marked this conversation as resolved.
Show resolved
Hide resolved
AgeManning marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Here we provides a `docker-compose` environment which scrapes metrics from Anchor | ||
| Here we provide a `docker-compose` environment which scrapes metrics from Anchor | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✅ Good fix! The grammar correction from "Here we provides" to "Here we provide" is correct.
AgeManning marked this conversation as resolved.
Show resolved
Hide resolved
AgeManning marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| nodes using Prometheus and presents them in a browser-based Grafana GUI. | ||
|
|
||
| For in-depth details on running metrics, please see the [anchor | ||
|
|
@@ -21,7 +21,7 @@ book](https://anchor.sigmaprime.io). | |
| - Password: `changeme` | ||
| 1. Import some dashboards from the `dashboards` directory in this repo: | ||
| - In the Grafana UI, go to `Dashboards` -> `Manage` -> `Import` -> `Upload .json file`. | ||
| - The `Summary.json` dashboard is a good place to start. | ||
| - The `anchor-dash.json` dashboard is a good place to start. | ||
AgeManning marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## Hosting Publicly | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.