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: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ This repository contains the **Monitoring Sidecar** for the ResLens project. The
17
17
18
18
The repository is organized as follows:
19
19
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
21
21
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
23
23
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
25
25
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
27
27
28
28
29
29
---
@@ -43,7 +43,13 @@ Before you begin, ensure you have the following installed:
43
43
### 1. Build and Run the Sidecar
44
44
Use Docker Compose to build and run the monitoring sidecar:
0 commit comments