Scott Opell

Results 23 comments of Scott Opell
trafficstars

I believe with shared libraries you do have the additional overhead of managing `LD_LIBRARY_PATH` or similar. This mentions being inspired by wasmer, and you can see in [this wasmer PR](https://github.com/wasmerio/wasmer-go/pull/232)...

Another candidate for a python check that could be useful, the one from https://github.com/DataDog/datadog-agent/pull/21424

Deferring this until Agent CI uses a version of `lading` with this change https://github.com/DataDog/lading/pull/774 (bug is: when no generators are specified, lading exits too early)

lading 0.20.4 is now the version used in this repo, once mergefreeze is lifted I'll merge this. ref https://github.com/DataDog/datadog-agent/pull/21577/files

Results from a local run: ``` curl -s localhost:5000/telemetry | grep dogstatsd__processed && curl -s localhost:5000/telemetry | grep dogstatsd__messages # HELP dogstatsd__processed Count of service checks/events/metrics processed by dogstatsd #...

Thanks for the review @vickenty , looks like I still have some polishing up to do here. I'll rework this a bit.