1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-08 15:06:08 +02:00
focalboard/website/site/content
Spiros Economakis 8f746a44bd
Enable prometheus metrics for Focalboard to enable observability (#414)
As an SRE team we would like to expose standard metrics and grouped by version
of the application. Right now will expose only metrics related to Go but instrumentor
should be used in other parts of the codebase so we can track other metrics, eg.
number of tasks, boards, users etc. Similar as we do in MM.

It will run in port `localhost:9092` and it is a new config `prometheus_address`.

Also in the commit we introduced, `group.Add` which helps us to handle gracefully
errors for goroutines. It's a good practice and there are couple of articles by
Golang for this.
2021-05-18 17:12:51 +03:00
..
blog Add blog and v0.6.5 release to website 2021-04-23 13:41:11 -07:00
contribute/getting-started fix a typo in the contribution guidelines 2021-03-18 06:32:06 +00:00
download/personal-edition Add docker instructions to download guide 2021-04-21 12:53:27 -07:00
feedback Update website feedback page 2021-03-24 18:37:31 -07:00
guide Enable prometheus metrics for Focalboard to enable observability (#414) 2021-05-18 17:12:51 +03:00