Alexander Kim

Results 123 comments of Alexander Kim

Any update on this? I ask because we are in the process of migrating from NewRelic and ran into this. It is not an issue we expected to show up.

I believe we're using `Swoole v4.4.15` at this time with PHP `7.4`. And yes, we would expect each new request that swoole processes to be traced independently. Also, thanks for...

For our use case, this would allow us to have spans for calls to GCP services as it makes use of GRPC.

AWS offers a CloudFormation stack, but it would be really nice to be able to have all of the resources natively in Pulumi and easily done via `new datadog.aws.AwsIntegration`. This...

@erikdoe That would definitely be reasonable to me. I actually tried it and it kept failing and discovered this issue after.

The easiest way would probably be to just spin up a DigitalOcean box and install Jenkins via https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu Since you are only doing this for testing, only the apt commands...

There isn't one that I am aware of. There's cloudbees, but I don't see much info on it. If you'd like, I would be happy to test it for you....

Ah, Jenkins supports simply using the API key as the password. According to the GitHub plugin, this should still be supported. Curious why it wasn't working for me then. Maybe...

Having tried this out, my guess is the atomic nature in which it moves the file. Since the file is mounted through a VM and not via a symlink/hardlink or...