Skip to content

Commit 8b07288

Browse files
committed
Apply comments
1 parent d05f2b7 commit 8b07288

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

troubleshoot/ingest/opentelemetry/edot-collector/collector-not-starting.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@ If you're deploying the EDOT Collector in a standalone configuration, try to:
4545
Run the following to validate your configuration without starting the Collector:
4646

4747
```bash
48-
edot-collector --config=/path/to/otel-collector-config.yaml --dry-run
48+
otelcol validate --config=/path/to/otel-collector-config.yaml
4949
```
5050

5151
This checks for syntax errors and missing components.
5252

53-
EDOT fully supports `--dry-run`, just like the upstream Collector.
54-
5553
* Check logs for stack traces or component errors
5654

5755
Review the Collector logs for error messages indicating configuration problems. Common examples include:
@@ -62,10 +60,10 @@ If you're deploying the EDOT Collector in a standalone configuration, try to:
6260

6361
Most critical issues, such as missing or invalid exporters or receivers, will be logged.
6462

65-
To increase verbosity, run the Collector with:
63+
To increase verbosity, run:
6664

6765
```bash
68-
--log-level=debug
66+
./otelcol --set=service.telemetry.logs.level=debug
6967
```
7068

7169
This is especially helpful for diagnosing configuration parsing issues or startup errors.
@@ -117,7 +115,7 @@ If you're deploying the EDOT Collector using the Elastic Helm charts, try to:
117115
kubectl describe pod <collector-pod>
118116
```
119117

120-
Common issues include volume mount errors, image pull failures, or misconfigured environment variables.
118+
Common issues include volume mount errors, image pull failures, or misconfigured environment variables.
121119

122120
## Resources
123121

0 commit comments

Comments
 (0)