8f746a44bd
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. |
||
---|---|---|
.. | ||
site | ||
.editorconfig | ||
.gitignore | ||
Makefile | ||
README.md |
Focalboard website
This folder is used to manage the website at focalboard.com. It was built using Hugo.
- The main page for https://focalboard.com can be found at /site/layouts/partials/hero.htm.
- Other content can be found in the /site/content folder.
How to contribute
You're welcome to submit pull requests for typos, minor corrects and additions, troubleshooting tips to install guides and other incremental improvements.
For larger changes, such as adding an install guide for a different platform, please create a feature request ticket to discuss.
How to build locally
If you're interested in building the website locally from this repo using Hugo, please use the following steps:
- Follow Hugo documentation to install Hugo
# Eg. for Mac OS X
brew install hugo
- Start the development server
make run
- Go to http://localhost:1313 to see the running server