Roch Devost

Results 303 comments of Roch Devost

@mkaufmaner It looks like adding an empty `install` script resolves the issue. I'll add that for now until the issue is fixed in `npm`.

The bug also appeared only in more recent versions of `npm` and was not present in older versions.

@wraithgar Here's a `docker-compose.yml` file that makes it easy to reproduce: ```yml version: "2" services: node: image: node:18.7.0 depends_on: - registry working_dir: /app environment: - NPM_CONFIG_REGISTRY=http://registry:4873 command: - /bin/sh -...

It actually fails to install the exact same package but with a new version that has the `binding.gyp` removed, and for some reason `npm` remembers that there was a `binding.gyp`...

How will metrics be sent to the server? This is important because some formats like JSON simply don't support Long. There are also certain libraries that expect a specific format...

@andrew-kolesnikov Do you still have the issue with the latest version?

@janeklb If you configure dd-trace to use UDS, it will now also use it for runtime metrics as long as you have a recent enough version of both the library...

> but when I use that I don't get runtime metrics reported Was it working before without UDS? Or is this the first time you setup the feature? It's still...

@janeklb Looks like there was a bug in the agent which should be fixed in the next release. I believe it should also be in the latest release candidate, which...

@janeklb Since you said it was working before with UDP, then yes the only change that should be needed (other than the URL pointing to UDS instead of HTTP) is...