Sergey Kleyman
Sergey Kleyman
Here is an interesting case where Java agent encountered the need to have an API to flush events - https://discuss.elastic.co/t/apm-with-aws-lambda-java/185936 (another request https://discuss.elastic.co/t/ephemeral-jobs/202047 although it's not clear for which agent)....
Derived from #213,
Investigate if `ElasticApmModule` IIS HTTP module we implemented to support Full Framework ASP.NET can be used in as a standalone module (configured at the machine level instead of per application)...
According to spec https://github.com/elastic/apm-server/blob/master/docs/spec/request.json we don't capture the following transaction.context.request.url properties: - `port` - `pathname` - `search` - `hash` We need to extend: - Public API - Core implementation -...
- [x] #826 - [x] #827 - [ ] #812 - [ ] #816 - [ ] Automatically discover service name - [ ] #905 - [ ] Automatically name...
Checks are for keys 'restart_pending' and 'restart_in_progress'
Current open issues: - [ ] #306 - [ ] #394 - [ ] #634 - [ ] #636 - [ ] #651 - [ ] #667 - [x] #737
Derived from https://github.com/elastic/apm/issues/270 and https://github.com/elastic/apm/pull/307: - [ ] Record a sampling rate/weight on transactions and spans - [ ] Propagate sampling rate/weight via distributed tracing (by using `tracestate`)