Simon Schick

Results 176 comments of Simon Schick

I can tell you so far that I've disabled `async` spans for now since it was too much chaos. Furthermore I found some db-spans within the transaction of a REST...

I've just noticed this PR which could be related ... https://github.com/elastic/apm-agent-nodejs/pull/1306

A good question ... I've disabled the async-spans as they just filled my monitoring without adding additional value. If someone coudl confirm that this works on all of the processes...

Disabling the feature `async-hooks` (https://www.elastic.co/guide/en/apm/agent/nodejs/current/configuration.html#async-hooks) and the spans for `async` (https://github.com/Meteor-Community-Packages/meteor-elastic-apm/pull/48) drastically improved our performance. I opened an issue where I asked for an investigation on `async-hooks`: https://github.com/elastic/apm-agent-nodejs/issues/1697

I'll only disable the additional metrics added in this package, just to see if this problem is related to this package or to `elastic-apm-node`. Looking forward to your result.

Maybe an update to version `2.15.0` of https://github.com/elastic/apm-agent-nodejs would already help it: https://github.com/elastic/apm-agent-nodejs/pull/1273 I could at least prove that it still increases when disabling the metrics added by this extension.

I've now a bit of time to report my findings. The update to `2.15.0` in deed reduced the amount of metrics sent to the APM system, but on the cost...

@hexadecy and how do you hook this up with `angular-material-datetimepicker`? How do you tell this plugin that the locale has changed? I've debugged it now and came down to the...

@hexadecy can you please confirm if https://github.com/beenote/angular-material-datetimepicker is the successor of this repository?