Skip to content

Commit 3edc5c1

Browse files
committed
add hostprofiler.log_file to documentation
1 parent 6e30288 commit 3edc5c1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

cmd/host-profiler/deploy/bundled/configuration.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ The following settings can be overridden in the Datadog Agent configuration for
3030

3131
### Diagnostics
3232

33-
| Name | Values | Default | Description |
34-
|:-------------------------------|:------------------------------|:-------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
35-
| `hostprofiler.hpflare.port` | int | `7778` | Local port used to collect Host Profiler flare diagnostics. Change this only if the default port conflicts with another service. |
36-
| `hostprofiler.debug.verbosity` | `basic`, `normal`, `detailed` | _(disabled)_ | Enables the OpenTelemetry debug exporter for troubleshooting. See the [debug exporter verbosity documentation](https://pkg.go.dev/go.opentelemetry.io/collector/exporter/debugexporter#readme-verbosity-levels). Use temporarily because it can increase log volume. |
33+
| Name | Values | Default | Description |
34+
|:-------------------------------|:------------------------------|:-------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
35+
| `hostprofiler.hpflare.port` | int | `7778` | Local port used to collect Host Profiler flare diagnostics. Change this only if the default port conflicts with another service. |
36+
| `hostprofiler.debug.verbosity` | `basic`, `normal`, `detailed` | _(disabled)_ | Enables the OpenTelemetry debug exporter for troubleshooting. See the [debug exporter verbosity documentation](https://pkg.go.dev/go.opentelemetry.io/collector/exporter/debugexporter#readme-verbosity-levels). Use temporarily because it can increase log volume. |
37+
| `hostprofiler.log_file` | string | `${log_path}/host-profiler.log` | Path to the Host Profiler log file. `${log_path}` resolves to the Agent's configured log directory. |
3738

3839
### Advanced export settings
3940

0 commit comments

Comments
 (0)