27 Dec 2023 09:28 PM - last edited on 28 Dec 2023 11:24 AM by Ana_Kuzmenchuk
Hi
I have implemented Dynatrace in Lambda with NODE 18 using Dynatrace layer plus env variables, but I keep having this in my cloudwatch logs:
{
"level":"info",
"ts":1703710988.0810497,
"caller":"collector/collector.go:71",
"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"
}
Can someone help me?
Thanks!
28 Dec 2023 09:10 AM
Hi,
Did you set Handler correct?
28 Dec 2023 12:39 PM
Thank for collaboration. Yes it's set right!