AWS X-Ray PHP instrumentation

2.5k views Asked by At

I'm looking for AWS X-Ray instrumentation of a PHP application. I may be wrong, but the AWS PHP Sdk is only about getting trace data back from X-Ray.

So, It seems that I need to send Json fragments to a X-Ray daemon.

I'm wondering why PHP instrumentation support is not provided out of the box ?

1

There are 1 answers

8
AWSSandra On

The AWS SDK only provides the API to AWS services.

AWS X-Ray has been releasing it's own set of SDKs for instrumenting applications but only Node.js, Java, .Net, Python and GoLang are currently supported. We have plans to cover more languages in the near future.

Hope this helps.