@@ -6,6 +6,12 @@ If you're new, we recommend completing the [Quickstart Tutorial](../get-started/
66
77By the end of the tutorial, you will have a complete stack offering all the observability features, customized to your usage.
88
9+ We will run the stack and then:
10+ - Configure * Telemetry* like VM memory usage, and Elasticsearch index size, by running Exporters
11+ - Enable * Alerting* based on our availability and a defined Service Level Objective (SLO)
12+ - Setup further * Probing* of our running services to get availability metrics
13+
14+
915---
1016
1117## Step 1: Understand the Folder Structure
@@ -63,6 +69,7 @@ The files come with basic defaults, so we can now run the stack
6369This will launch Prometheus, Grafana, and Alloy
6470
6571
72+
6673## Step 4: Create Site-Specific Config Files
6774You must provide your own scrape and recording rules to tell Prometheus what to monitor.
6875
@@ -71,7 +78,10 @@ This is probably the hardest step: You will actually need to know what is runnin
7178- Probers: HTTP endpoints you want to monitor for availability
7279 - Add files in ` alloy/probers/*.yml `
7380 - [ Configure Probers] ( ./probing.md )
74-
81+
82+ - Telemetry: Run Grafana Alloy on every VM you want telemetry from
83+ - [ Configure Telemetry] ( ./probing.md )
84+
7585- Recording Rules: Define uptime goals or custom aggregations
7686 - Add files in ` recording-rules/*.yml `
7787 - [ Enable Alerting] ( ./alerting.md )
@@ -92,7 +102,7 @@ Your observability stack is now monitoring your services, and you have a product
92102
93103You can now setup prometheus with any telemetry or probers required following the remaining steps in [ Setup] ( ./_index.md )
94104
95- For the last steps, you can
105+ For the last steps, you can:
96106
97107- Run the exporters on all the VMs that you want access to
98108- Deploy the stack in produciton
0 commit comments