
DOX - A Computer Scientists NoteBook
Monitoring tools (Prometheus, Grafana, Datadog, New Relic)

For full source visit github.

Importance of Monitoring in DevOps
In DevOps, monitoring plays a critical role as it provides visibility into the health, performance, and availability of applications and infrastructure. It allows teams to track key performance indicators (KPIs), identify issues early, and ensure that systems are meeting the desired service level agreements (SLAs). Here’s why monitoring is vital in a DevOps environment:
version: "2.1"
services:
duplicati:
image: lscr.io/linuxserver/duplicati:latest
container_name: duplicati
environment:
- PUID=0
- PGID=0
- TZ=Pacific/Auckland
- CLI_ARGS= #optional
volumes:
- ./config:/config
- ./backups:/backups
- /:/source
ports:
- 8200:8200
restart: unless-stopped
┌────────────────────────────────────────────────────────────────────────┐
│ │
│ @@@@@@@@@@@@@@@@@@@@ %@@@@@@@@% %@@ %@@ │
│ @@@@@@@@@@@@@@@@@@@@ %@@@@@@@@@@@@@@% %@@@@@@ *@@@@@@ │
│ @@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@ @@@@@@@% @@@@@@% │
│ @@@@@ %@@@@ %@@@@@% @@@@@@ @@@@@@@% @@@@@@%# │
│ @@@@@ %@@@@ %@@@@@ @@@@@@ @@@@@@@@@@@@# │
│ @@@@@ %@@@@ @@@@@@ #@@@@@ @@@@@@@@% │
│ @@@@@ %@@@@ @@@@@@ %@@@@@ %@@@@@@@@@ │
│ @@@@@ %@@@@ *@@@@@* @@@@@% #@@@@@@@@@@@@@ │
│ @@@@@@@@@@@@@@@@@@@@ @@@@@@@% @@@@@@@ #@@@@@@@ @@@@@@@@ │
│ @@@@@@@@@@@@@@@@@@@@ *@@@@@@@@@@@@@@@@% *@@@@@@@ @@@@@@@% │
│ @@@@@@@@@@@@@@@@@@@@ %@@@@@@@@@@@@@ @@@@@% @@@@@% │
│ %@@@@@@% @% @% │
│ │
└────────────────────────────────────────────────────────────────────────┘
A Computer Scientist's Notebook
Y0MG 1990-2024
GitHub Repository https://github.com/youroldmangaming/DOX
Documentation Site https://dox.youroldmangaming.com