apm icon indicating copy to clipboard operation
apm copied to clipboard

Elastic Application Performance Monitoring - resources and general issue tracking for Elastic APM.

Results 203 apm issues
Sort by recently updated
recently updated
newest added

Elastic Load Balancer (ELB) can now be attached to lambda functions directly, without an API Gateway. This necessitates an additional section for event parsing. There is no obvious candidate for...

- [x] Create PR as draft - [ ] Approval by at least one other agent - [ ] Mark as Ready for Review (automatically requests reviews from all agents...

So far, no agent had distributed tracing and span link support for Azure Service Bus. .NET implemented it recently and it uses the `diagnostic-id` application property - as suggested in...

In the Ruby Agent we had a report of unbounded memory growth when the central configuration server (APM Server) is offline and behind a reverse proxy which does not return...

Refs: https://github.com/elastic/apm-agent-nodejs/issues/2019 Closes: #665 We're only expecting to implement this in the Node.js agent in the near future. Other agents may add this to their roadmap as they see fit...

# Description To improve error grouping of captured Elasticsearch client errors, APM agents MAY enrich `error.exception.type` with the "error.type" value from the Elasticsearch response body JSON payload, if easily available....

meta
apm-agents

**Describe the bug** As of version 1.18.0, the java agent added instrumentation of [micrometer](https://micrometer.io/) framework, which allows to capture metrics managed with this framework. While the reported issue is specific...

As part of the larger span links work, [a spec was added](https://github.com/elastic/apm/pull/620) for optionally adding an API to agents for adding span links at span/transaction creation time. This includes: -...

meta
apm-agents

On iOS and Android only a `device model identifier` that is not a good display name for device models. A `device model identifier` can be mapped to corresponding device manufacturer...

agent-mobile

Currently, agent implementations have a hardcoded list of Elasticsearch request paths patterns that define when to capture a request body, e.g. * [node-js agent](https://github.com/elastic/apm-agent-nodejs/blob/37517521366e8250f6d8401b6e470b7104432b21/lib/instrumentation/elasticsearch-shared.js#L19) * [Python agent](https://github.com/elastic/apm-agent-python/blob/7d09ed8959afb2f2bd2e011969d2a6d3fdd6cd28/elasticapm/instrumentation/packages/elasticsearch.py#L42) * [Go agent](https://github.com/elastic/apm-agent-go/blob/dbce0fc5646cc428a8c4a1f3192a5bd5b071f7e5/module/apmelasticsearch/client.go#L222)...

apm-agents