Skip to content

Commit

Permalink
documentation: update README for development setup (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandem authored Nov 12, 2024
1 parent 299cf6c commit ff1958d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ A `docker-compose.yml` file is provided to help run the profiler in a container
First, create a `.env` file with the following content:

```
DD_API_KEY=your-api-key # required
DD_APP_KEY=your-app-key # required
DD_SITE=datadoghq.com # optional, defaults to "datadoghq.com"
DD_SERVICE=my-service # optional, defaults to "dd-otel-host-profiler"
DD_HOST_PROFILING_UPLOAD_PERIOD=10s # optional, defaults to 60s
DD_HOST_PROFILING_EXPERIMENTAL_UPLOAD_SYMBOLS=true # optional, defaults to false
DD_API_KEY=your-api-key # required (not needed on a Datadog workspace)
DD_APP_KEY=your-app-key # required (not needed on a Datadog workspace)
```

Then, you can run the profiler with the following command:
Expand Down

0 comments on commit ff1958d

Please sign in to comment.