Adds Markdown Alerts for Notes

Reference: https://github.com/orgs/community/discussions/16925

And adds some minor fixes
This commit is contained in:
CSK
2024-03-12 14:41:29 +04:00
committed by GitHub
parent 00629b604f
commit 0c86c6e673
8 changed files with 37 additions and 38 deletions

View File

@@ -99,7 +99,8 @@ The Docker Containers Dashboard shows key metrics for monitoring running contain
* Container network inbound usage graph
* Container network outbound usage graph
Note that this dashboard doesn't show the containers that are part of the monitoring stack.
> [!NOTE]
> This dashboard doesn't show the containers that are part of the monitoring stack.
***Monitor Services Dashboard***

View File

@@ -14,9 +14,9 @@ To get started on AWS ECS and EC2:
- Copy prometheus.yml configuration present here to base prometheus configuration to enable EC2 service discovery
- `docker compose up -d`
**Note**:
Set query.staleness-delta to 1m make metrics more realtime
> [!NOTE]
> Set query.staleness-delta to 1m make metrics more realtime
### TODO
- Add alerting rules based on ECS
- [ ] Add alerting rules based on ECS