Skip to content

Commit 39856f4

Browse files
authored
Update README.md
1 parent f7b56eb commit 39856f4

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ This repository contains the **Monitoring Sidecar** for the ResLens project. The
1717

1818
The repository is organized as follows:
1919

20-
/pyroscope Dockerfile # Builds the Pyroscope server and client image connect_pyroscope.js # Script to connect Pyroscope to the parent process pyroscope-data # Directory for storing Pyroscope server data
20+
`/pyroscope` Dockerfile # Builds the Pyroscope server and client image connect_pyroscope.js # Script to connect Pyroscope to the parent process pyroscope-data # Directory for storing Pyroscope server data
2121

22-
/process-exporter Dockerfile # Builds the Process Exporter image config.yml # Configuration file for Process Exporter
22+
`/process-exporter` Dockerfile # Builds the Process Exporter image config.yml # Configuration file for Process Exporter
2323

24-
/middleware Dockerfile # Builds the middleware API service server.js # Main entry point for the middleware service package.json # Node.js dependencies for the middleware service
24+
`/middleware` Dockerfile # Builds the middleware API service server.js # Main entry point for the middleware service package.json # Node.js dependencies for the middleware service
2525

26-
docker-compose.yml # Orchestrates the Pyroscope and Process Exporter containers README.md # Documentation for the repository
26+
`docker-compose.yml` # Orchestrates the Pyroscope and Process Exporter containers README.md # Documentation for the repository
2727

2828

2929
---
@@ -43,7 +43,13 @@ Before you begin, ensure you have the following installed:
4343
### 1. Build and Run the Sidecar
4444
Use Docker Compose to build and run the monitoring sidecar:
4545
```bash
46-
docker-compose up --build
46+
docker-compose down
47+
```
48+
```bash
49+
docker-compose build
50+
```
51+
```bash
52+
docker-compose up -d
4753
```
4854
### 2. Access Pyroscope
4955
```bash

0 commit comments

Comments
 (0)