Azure / wordpress-linux-appservice

MIT License
105 stars 70 forks source link

Application Insights #91

Open karpikpl opened 1 year ago

karpikpl commented 1 year ago

How to integrate wordpress-linux-appservice with application insights? Shouldn't the image be instrumented by design?

The only reference I could find is the abandoned App Insights plugin for wordpress - https://github.com/Microsoft/ApplicationInsights-WordPress.

I've enabled AI in the app service but I don't see any logs, so I'm assuming there's no integration with python SDK right now?

rabollin commented 1 year ago

@karpikpl The Application insights plugin shared above is already deprecated and there is no PHP AI Agent support as per App Insights roadmap. We have backlog item to build our own custom telemetry and most likely it will be prioritized for next semester.

karpikpl commented 8 months ago

hey @rabollin - are there any alternatives to app insights? for logs in /var/log/php-fpm/php-fpm.www.log can those somehow be viewed in azure portal?

If there's no AI solution for PHP, could we use open telemetry and one of the exporters? I guess, if there's no app insights exporter for PHP, someone would either had to built one, or view telemetry in Jaeger, Zipkin or Prometheus?

rabollin commented 7 months ago

hey @rabollin - are there any alternatives to app insights? for logs in /var/log/php-fpm/php-fpm.www.log can those somehow be viewed in azure portal?

If there's no AI solution for PHP, could we use open telemetry and one of the exporters? I guess, if there's no app insights exporter for PHP, someone would either had to built one, or view telemetry in Jaeger, Zipkin or Prometheus?

Hi @karpikpl Yes - We are working on enabling the logs via Open Telemetry and defaulted to App Insights. You can customize them to push to your own monitoring agent. The feature is in development now and will share the ETA of the feature soon.

dexter-dopping-ekco commented 5 months ago

That sounds great! Is there an update on this?