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: exporter/opentelemetry-exporter-prometheus-remote-write/example/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ data
14
14
*Users do not need to install Python as the app will be run in the Docker Container*
15
15
16
16
## Instructions
17
-
1. Run `docker-compose up -d` in the the `examples/` directory
17
+
1. Run `docker-compose up -d` in the the `example/` directory
18
18
19
19
The `-d` flag causes all services to run in detached mode and frees up your
20
20
terminal session. This also causes no logs to show up. Users can attach themselves to the service's logs manually using `docker logs ${CONTAINER_ID} --follow`
@@ -39,4 +39,4 @@ terminal session. This also causes no logs to show up. Users can attach themselv
39
39
* Click the refresh button and data should show up on the graph
40
40
41
41
6. Shutdown the services when finished
42
-
* Run `docker-compose down` in the examples directory
42
+
* Run `docker-compose down` in the example directory
0 commit comments