Skip to content

Commit c73bcfe

Browse files
bradthokimsauce
andauthored
Update docker-opentelemetry.md (#4626)
removing duplicate command from example. Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 945b472 commit c73bcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/containers-orchestration/opentelemetry/docker-opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Metrics are collected through the [Docker Stats Receiver](https://github.com/ope
4343
To collect the Docker container event logs, the following command needs to be executed on the host machine and needs to be kept running, for monitoring all the Docker container-related events. The following command also needs a JSON file path where these container events can be dumped.
4444

4545
```
46-
docker events docker events -f 'type=container' --format '{{json .}}' > <PATH_TO_JSON> & disown
46+
docker events -f 'type=container' --format '{{json .}}' > <PATH_TO_JSON> & disown
4747
```
4848
Path to this JSON file will be required in the [next step](#step-2-configure-integration), where events are sent to Sumo Logic through a filelog receiver and seen as part of the **Docker - Overview** dashboard. Also, you can add additional parameters to this command to send events for specific containers. [Learn more](https://docs.docker.com/engine/reference/commandline/events/).
4949

0 commit comments

Comments
 (0)