Thomas Sondergaard

Results 47 comments of Thomas Sondergaard

Back on the machine where I first had this problem it still occurs with the same build and I did some troubleshooting and managed to identify the problem. symbolicli tries...

I agree that having the group hierarchy beeing a tree rather than a graph is too limiting since LDAP/Active Directory seems like an important use case for KeyCloak and it...

Since commit 51da76bb6f3ca425 the code no longer uses uuid/v4 as far as I can see. In the current tip of master (f695e142d9444) there appears to instead be just a single...

@saurabhnanda, we saw the same thing when we started using this module. I think the most important knob here is [transactionSampleRate](https://www.elastic.co/guide/en/apm/agent/nodejs/master/configuration.html#transaction-sample-rate). Try setting it e.g via env variable ELASTIC_APM_TRANSACTION_SAMPLE_RATE to...

@saurabhnanda, all req/res will be recorded even with a reduced transactionSampleRate. If you set transactionSampleRate to 0.1 you will still have information about all http requests and responses including response...

@saurabhnanda, the project that I work on that uses the elastic-apm-node module is not in production yet, but the load test simultations run with a sampling rate of 0.1 to...

@saurabhnanda, yes, so far!