Skip to content

Commit 2217845

Browse files
authored
Add recommended Prometheus dashboards for Go. (#809)
* Add recommended Prometheus dashboards for Go. This work was done in prep for our talk on GopherCon UK about Go Runtime Metrics. Feedback welcome to the dashboard data, layout and style! Essentially it has all metric we are maintaining in client_golang (most popular Go metric SDK). Exposed metrics also align with Go Team recommendation golang/go#67120 Signed-off-by: bwplotka <[email protected]> * Addressed comments. Signed-off-by: bwplotka <[email protected]> --------- Signed-off-by: bwplotka <[email protected]>
1 parent 55387e4 commit 2217845

File tree

5 files changed

+692
-0
lines changed

5 files changed

+692
-0
lines changed

dashboards/go/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Dashboards for Go
2+
3+
#### Notes
4+
5+
| Go Runtime View |
6+
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7+
| Filename: [go-runtime-view-prometheus.json](go-runtime-view-prometheus.json) |
8+
| This dashboard has charts displaying recommended metrics from Go runtime related to memory allocator, GC, scheduler and Go version.|
Loading
Loading

0 commit comments

Comments
 (0)