Sergey Kleyman

Results 75 issues of 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)....

enhancement
from discuss.elastic.co
from a real user

Derived from #213,

enhancement
good first issue
.NET Framework
cross APM agents
instrumentation

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)...

docs
.NET Framework

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 -...

enhancement
cross APM agents

- [x] #826 - [x] #827 - [ ] #812 - [ ] #816 - [ ] Automatically discover service name - [ ] #905 - [ ] Automatically name...

enhancement
umbrella
agent-php
PHP specific technology
triaged
8.12-candidate
priority: high

Checks are for keys 'restart_pending' and 'restart_in_progress'

agent-php

Closes #308

agent-php

Current open issues: - [ ] #306 - [ ] #394 - [ ] #634 - [ ] #636 - [ ] #651 - [ ] #667 - [x] #737

from a real user
agent-php
PHP specific technology

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`)

enhancement
cross APM agents