SylvainJuge

Results 61 issues of SylvainJuge

# Description Agent implementation of specification change #766 Summary of the required changes: - updating documentation in https://github.com/elastic/observability-docs/pull/2731 to invite users to provide values for `service.version` and `service.environment` (by using...

meta
apm-agents

The specification for logging currently allows to have values in `event.dataset` that do not fit the `data_stream.dataset`. There are two places where this is mentionned: - In log sending when...

When logs are correlated, not all agents capture the `span.id` when a span is currently active. Related Kibana issue: https://github.com/elastic/kibana/issues/159861 ### Proposal & steps - [ ] make APM agents...

# Description Implement changes in #688 to simplify ES (or add) cluster name capture PRs for agents that already started implementing/changing this: - Go agent : https://github.com/elastic/apm-agent-go/pull/1333 - Java agent...

meta
apm-agents

# Description Ensure that agents do not use a proxy when querying cloud metadata, even if the application is configured to use an HTTP proxy. Specification change: https://github.com/elastic/apm/pull/785 - Already...

meta
apm-agents
8.9-candidate

In #711 we added existing configuration options to the central configuration, and #698 added a new configuration option that might be relevant for remote configuration but isn't yet remote-configurable. As...

8.7-candidate

# Description Implement changes described in #698 : add `mongodb_capture_statement_commands` config option. Already opened issues/PRs - Java : https://github.com/elastic/apm-agent-java/pull/2806 - dotNet : https://github.com/elastic/apm-agent-dotnet/issues/1854 ## Agent Issues - [ ] https://github.com/elastic/apm-agent-nodejs/issues/3007...

meta
apm-agents
8.7-candidate

## What does this PR do? Fixes an NPE in dropped spans stats when the number of cached entries reaches 128 or more. ## Checklist - [x] This is a...

agent-java

## What does this PR do? Adds an internal option that triggers a thread dump at regular interval. minimal frequency is limited at 100ms One of the expected usages is...

agent-java

- ~~hibernate~~ moved to #11553 - ~~awk sdk~~ moved to #11552 - ~~elasticsearch~~ moved to #11554 - ~~netty~~ moved to #11559 - indy instrumentation module documentation Relates to #11457