Skip to content

Commit

Permalink
Add recommended Prometheus dashboards for Go. (#809)
Browse files Browse the repository at this point in the history
* 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 <bwplotka@gmail.com>

* Addressed comments.

Signed-off-by: bwplotka <bwplotka@gmail.com>

---------

Signed-off-by: bwplotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka authored Aug 14, 2024
1 parent 55387e4 commit 2217845
Show file tree
Hide file tree
Showing 5 changed files with 692 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dashboards/go/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Dashboards for Go

#### Notes

| Go Runtime View |
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Filename: [go-runtime-view-prometheus.json](go-runtime-view-prometheus.json) |
| This dashboard has charts displaying recommended metrics from Go runtime related to memory allocator, GC, scheduler and Go version.|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2217845

Please sign in to comment.