09 Jul 2026 12:52 PM
Hi Team,
I'm trying to instrument an AWS image-based Lambda with Dynatrace by adding the following components through the AWS CLI:
The deployment completes successfully, and the Lambda executes without errors.
Logs:
Message
{ "level": "info", "ts": 1783597163.178263, "caller": "collector/collector.go:65", "msg": "No dynatrace config file found. This is probably fine if you use other configuration methods.", "component": "collector", "error": "dtconfig.json neither in current directory (error: stat dtconfig.json: no such file or directory) nor in /var/task: stat /var/task/dtconfig.json: no such file or directory" } |
| 2026-07-09T11:39:23.181Z info otelconftelemetry/metrics.go:25 Internal metrics telemetry disabled { "resource": { "service.instance.id": "820e287f-34c0-472b-979d-14483c67af2e", "service.name": "otelcol", "service.version": "1.339.3.20260617-150944" } } |
| 2026-07-09T11:39:23.186Z info [email protected]/service.go:241 Starting otelcol... { "resource": { "service.instance.id": "820e287f-34c0-472b-979d-14483c67af2e", "service.name": "otelcol", "service.version": "1.339.3.20260617-150944" }, "Version": "1.339.3.20260617-150944", "NumCPU": 2 } |
| 2026-07-09T11:39:23.186Z info extensions/extensions.go:40 Starting extensions... { "resource": { "service.instance.id": "820e287f-34c0-472b-979d-14483c67af2e", "service.name": "otelcol", "service.version": "1.339.3.20260617-150944" } } |
Featured Posts