You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/content/docs/dotnet-starter-kit/deployments/docker-compose.md
+32-1
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,36 @@ description: Everything about the included Docker Compose File.
4
4
---
5
5
6
6
Here is how to use the included Docker Compose file to spin up the `Full Stack Hero .NET Starter Kit` instance on your development machine.
7
-
8
7
You can find the related compose files under the `./compose` folder at the root of the repository.
8
+
9
+
## Goal
10
+
11
+
The `./compose` folder contains all docker images needed, startup scripts and instructions to deploy `Full Stack Hero .NET Starter Kit` apps & create the infraestructure responsable for monitoring the applications and the system resources (CPU, MEM, Disk, Network, Process and more) from hosted server.
12
+
13
+
## Features
14
+
15
+
-[x] Deploy FSH Apps.
16
+
-[x] Centralized Logs using Grafana Loki.
17
+
-[x] Unified Metrics using the latest ASP.NET Net8 Standard.
18
+
-[x] Open Telemetry Complain: Logs, Traces & Metrics using otel exporters and prometheus
19
+
-[x] Monitoring System Resources using node-exporter for linux.
20
+
-[x] Visualizing Dashboard for ASP.NET Core Apps OTEL Metrics & Monitoring Resources using Grafana.
21
+
-[x] Alerts Notifications using integration with Grafana (SOON)
0 commit comments