Yue Chen

Results 6 issues of Yue Chen

[keystoneForjoyce.zip](https://github.com/RuntimeTools/appmetrics/files/3849629/keystoneForjoyce.zip) Firstly, we do `npm install` to install dependencies, then we just add ``` var appmetrics = require('appmetrics'); ``` to application, and run the application, it runs good: ``` [root@joycevm1...

here is our code to using appmetrics: ``` var appmetrics = require('appmetrics'); var monitor = appmetrics.monitor(); monitor.on('http', function(data){console.info(data.time, data.duration, data.url, data.statusCode)}); ``` I triggered request manually, and each trigger will...

I add the following lines in the top of application: ``` var appmetrics=require('appmetrics'); var monitor = appmetrics.monitor(); monitor.on('loop', function(data){console.info('timestamp:',new Date());}); ``` And I will got the following logs: ``` timestamp:...

version: [email protected] write the code in an application: ``` var appmetrics = require('appmetrics'); var health = appmetrics.monitor(); health.on('http',function(http){console.info('http');}); ``` when I trigger one request, two 'http' are printed.

**Describe the bug** Some unsuggest CSP headers must be set, otherwise the KUI cannot load well, include: script-src: unsafe-eval, unsafe-inline object-src: data: **Steps to reproduce the behavior** 1. Go to...

lifecycle/stale

update code to connect with RUM and Liberty 1. add update / stop / disable functio for tracing, but stop and disable don't work 2. using and passing the ibm-apm-spancontext,...