Skip to content

Commit adb05ba

Browse files
committed
docs: update LGTM README with testing/config links and enhance manual guide
1 parent 29deae7 commit adb05ba

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

docs/manual-lgtm-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# manual LGTM Stack Deployment
1+
# Manual LGTM Stack Deployment
22

3-
This guide explains how to manually deploy the observability stack (Loki, Grafana, Tempo, Mimir) using the Docker Compose configuration found in `lgtm-stack/manual`.
3+
This guide explains how to manually deploy the observability stack (Loki, Grafana, Tempo, Mimir) using the Docker Compose configuration found in the `lgtm-stack/manual` directory.
44

55
## 1. Deployment Constraints
66

lgtm-stack/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ The **LGTM** stack is a comprehensive open-source observability platform powered
44

55
## Components
66

7-
- **L**oki: Like Prometheus, but for logs. It is a horizontally-scalable, highly-available, multi-tenant log aggregation system.
8-
- **G**rafana: The open observability platform for visualization and analytics.
9-
- **T**empo: A high-volume, minimal dependency distributed tracing backend.
10-
- **M**imir: Scalable long-term storage for Prometheus metrics.
7+
- **Loki**: Like Prometheus, but for logs. It is a horizontally-scalable, highly-available, multi-tenant log aggregation system.
8+
- **Grafana**: The open observability platform for visualization and analytics.
9+
- **Tempo**: A high-volume, minimal dependency distributed tracing backend.
10+
- **Mimir**: Scalable long-term storage for Prometheus metrics.
1111

1212
## Deployment Guides
1313

@@ -18,3 +18,9 @@ For a fully automated deployment using this stack, please follow the [Kubernetes
1818

1919
### 2. Manual Deployment
2020
If you prefer to configure and deploy components manually, or need to understand the individual steps, please refer to the [Manual LGTM Deployment Guide](../docs/manual-lgtm-deployment.md).
21+
22+
## Testing & Verification
23+
To verify that your deployment is working correctly, please refer to the [Testing Monitoring Stack Deployment Guide](../docs/testing-monitoring-stack-deployment.md).
24+
25+
## Configuration
26+
For detailed configuration of the Alloy collector, please refer to the [Alloy Configuration Guide](../docs/alloy-config.md).

0 commit comments

Comments
 (0)