Cloud watch application insight supports PHP application monitoring

0

We want to monitor PHP application (http metrics, API routes are called, duration, errors, etc) is there any AWS service that provides those metrics ? Does Cloud watch application insight supports php application and provide those metrics ?

Hemanth
preguntada hace 7 meses413 visualizaciones
2 Respuestas
0

Hello.

As far as I can see from the document below, I don't think PHP is mentioned.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/appinsights-what-is.html#appinsights-stack

Is it possible to access your PHP application from a public network?
In that case, I think it would be a good idea to use CloudWatch Synthetics to set up external monitoring.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries.html

profile picture
EXPERTO
respondido hace 7 meses
0

I assume this is a PHP web application on EC2 Linux instance.

You can install CloudWatch agent and use it to collect Linux metrics and logs (e.g. php error log and web server logs which contains information such as URLs requested, duration of each request, http status code etc..).

If you need to collect custom PHP application metrics, you can install AWS SDK for PHP and modify your PHP code to publish custom metrics to CloudWatch.

AWS
EXPERTO
Mike_L
respondido hace 7 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas