|
You are here |
jcooney.net | ||
| | | | |
mfbmina.dev
|
|
| | | | | At the developing world, it is necessary to know how the application that you're working on is behaving, and the most known way of doing that is by metrics. They can be of several types, such as performance, product, or health. Nowadays, Prometheus is the market way for collecting metrics. It is an open-source service maintained by CNCF , the Cloud Native Computing Foundation. It works like the following: an endpoint is exposed, and it responds with a desired body format. Then Prometheus calls this endpoint time to time, collecting all the information from there. | |
| | | | |
akoutmos.com
|
|
| | | | | Learn how to set up and use Prometheus+Grafana to monitor a PostGIS backed Phoenix application | |
| | | | |
navendu.me
|
|
| | | | | This tutorial walks you through setting up monitoring on a microservice application using Prometheus and Grafana. | |
| | | | |
blog.anantshri.info
|
|
| | | Quick notes on how to setup wireguard on 20..04 Best guide i could find : https://www.linuxbabe.com/ubuntu/wireguard-vpn-server-ubuntu But still pieces missing so trying to write this and make those pieces sorted Base OS : ubuntu 20.04 Install software sudo apt-get install wireguard wireguard-tools Configure Wireguard Server side 2.1. Configure Public / Private Key pair for server... | ||