1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-03 08:45:40 +02:00
focalboard/server
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
..
admin-scripts Rename admin local socket 2021-02-01 10:31:06 -08:00
api Add Export/import board (#403) 2021-05-13 15:04:49 -06:00
app Add Export/import board (#403) 2021-05-13 15:04:49 -06:00
auth Workspace backend support 2021-03-26 11:01:54 -07:00
client Workspace backend support 2021-03-26 11:01:54 -07:00
context Check local conn for admin APIs 2021-01-22 14:14:12 -08:00
einterfaces Show workspace title in sidebar 2021-03-30 15:25:16 -07:00
integrationtests Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
main Fix #312. Release 0.6.6 (#313) 2021-04-21 18:25:26 -07:00
model Update for v0.6.7 2021-05-10 12:22:42 -07:00
server Enable prometheus metrics for Focalboard to enable observability (#414) 2021-05-18 17:12:51 +03:00
services Enable prometheus metrics for Focalboard to enable observability (#414) 2021-05-18 17:12:51 +03:00
swagger Store files per workspace and root block 2021-03-29 16:27:35 -07:00
utils Add API client, integration tests structure and server lifecycle changes 2020-11-09 13:23:15 +01:00
web Addining subpath support (#241) 2021-04-16 13:42:37 +02:00
ws Global template support 2021-03-30 14:04:00 -07:00
.golangci.yml #GH-31 Configured Golangci-Lint and fixed errors (#381) 2021-05-10 17:15:27 +02:00
go.mod Enable prometheus metrics for Focalboard to enable observability (#414) 2021-05-18 17:12:51 +03:00
go.sum Enable prometheus metrics for Focalboard to enable observability (#414) 2021-05-18 17:12:51 +03:00
go.tools.mod Workspace backend support 2021-03-26 11:01:54 -07:00
go.tools.sum Workspace backend support 2021-03-26 11:01:54 -07:00
modd.conf Rename focalboard-server binary 2021-01-28 14:23:52 -08:00