agent_sdk_samples icon indicating copy to clipboard operation
agent_sdk_samples copied to clipboard

Sample wrappers and code for the New Relic Agent SDK

Results 7 agent_sdk_samples issues
Sort by recently updated
recently updated
newest added

Hi, We were able to recompile with new module (ngx_http_newrelic_module) for newrelic logging. We changed setting to Newrelic ON but all we getting HTTP 200 beeing logged although few APIs...

`hphp/runtime/base/base-includes.h` is no longer installed in HHVM 3.8 and so running make will produce: ``` agent_sdk_samples/hhvm/extension/newrelic.cpp:1:45: fatal error: hphp/runtime/base/base-includes.h: No such file or directory #include "hphp/runtime/base/base-includes.h" ^ compilation terminated. make[2]:...

dbashyal@magento:~/www/var/newrelic/agent_sdk_samples-master/hhvm/extension$ make Scanning dependencies of target newrelic [100%] Building CXX object CMakeFiles/newrelic.dir/newrelic.cpp.o /home/dbashyal/www/var/newrelic/agent_sdk_samples-master/hhvm/extension/newrelic.cpp: In constructor ‘HPHP::ScopedDatastoreSegment::ScopedDatastoreSegment(std::string, std::string)’: /home/dbashyal/www/var/newrelic/agent_sdk_samples-master/hhvm/extension/newrelic.cpp:50:121: error: too few arguments to function ‘long int newrelic_segment_datastore_begin(long int, long int,...

I am getting below error while compiling on HHVM 3.5 Centos 6.5. Fyi I have build HHVM from source In file included from /home/upendras/dev/hhvm-newrelic-ext-for-hhvm-3.4/newrelic.cpp:9:0: /home/upendras/dev/hhvm-newrelic-ext-for-hhvm-3.4/newrelic_profiler.h: In constructor âHPHP::NewRelicProfiler::NewRelicProfiler(int64_t)â: /home/upendras/dev/hhvm-newrelic-ext-for-hhvm-3.4/newrelic_profiler.h:31:69: error:...

[vagrant@web1 src]$ LD_LIBRARY_PATH=../lib ./main 2014-10-31 13:39:42 [INFO ] Initializing (version: 0.15.0.0) 2014-10-31 13:39:42 [DEBUG] CollectorClientManager status changed to: 1 2014-10-31 13:39:42 [DEBUG] User-Agent: NewRelic-AgentSDK/{0.15.0.0} (golang {1.3.3} {Linux-3.10.0-123.8.1.el7.x86_64-x86_64}) 2014-10-31 13:39:42 [DEBUG]...

I'm trying to build on Ubuntu 13.10 the HHVM plugin and I get this error : ``` Scanning dependencies of target newrelic [100%] Building CXX object CMakeFiles/newrelic.dir/newrelic.cpp.o /home/max/agent_sdk_samples/hhvm/extension/newrelic.cpp: In function...