Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: pablomartinezbernardo <[email protected]>
  • Loading branch information
dmehala and pablomartinezbernardo authored Jun 3, 2024
1 parent 8b89a37 commit ac21681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/log_injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a `docker compose` setup showcases log correlation by creating two services: Datadog Agent and Kong Gateway.

The Kong Gateway is configured to generate and send distributed traces to Datadog, and the [file-config](https://docs.konghq.com/hub/kong-inc/file-log/)
The Kong Gateway is configured to generate and send distributed traces to Datadog, and the [file-log](https://docs.konghq.com/hub/kong-inc/file-log/)
plugin to generate logs that will also be sent to Datadog. The entire configuration is located in [kong.yaml](./kong.yaml).

To run this example, you will need a valid Datadog API key and Docker installed.
Expand All @@ -17,7 +17,7 @@ DD_API_KEY=<KEY> docker compose up

2. Grant the `kong-dbless` service permission to create the log file in the shared volume:
```
docker compose exece kong-dbless chown -R kong /shared
docker compose exec kong-dbless chown -R kong /shared
```

3. Send a request to Kong to generate traffic and a trace:
Expand Down

0 comments on commit ac21681

Please sign in to comment.