SylvainJuge
SylvainJuge
Add checking the shared JSON spec for span types & sub-types. Relates to https://github.com/elastic/apm/issues/502 #### Implementation checklist - [ ] add/modify existing tests to ensure that the spec is being...
Add checking the shared JSON spec for span types & sub-types. Relates to https://github.com/elastic/apm/issues/502 #### Implementation checklist - [ ] add/modify existing tests to ensure that the spec is being...
**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...
This is a follow-up of #646 to deal with Azure service specific parts: - for some other hosted NoSQL services like `dynamodb`, we use the cloud region name in place...
This is a follow-up task of #621 that was focused on relational databases. For other types of dependencies, we need to define the values for following fields: - `span.destination.service.resource` (existing,...
In order to provide compatibility with Elastic-only features through OpenTelemetry (either API, API+SDK, API + agent bridge or OpenTelemetry agent), we should define the span attributes and a namespace prefix...
This is a meta-issue to describe all the known alignment issues/inconsistencies with span type / subtype The current state of specification is stored in [tests/agents/json-specs/span_types.json](https://github.com/elastic/apm/blob/master/tests/agents/json-specs/span_types.json) in JSON format. For convenience,...
## What does this PR do? Fixes #2492 Depends on https://github.com/elastic/ecs-logging-java/pull/190 and https://github.com/elastic/ecs-logging-java/pull/193 ## Checklist - [ ] merge dependency PR on ecs-logging-java : https://github.com/elastic/ecs-logging-java/pull/193 - [ ] release ecs-logging-java...
## What does this PR do? Add extra debug info to investigate unexpected issue. Reported [in the forum](https://discuss.elastic.co/t/illegalstateexception-on-span-makecurrent/311086). ## Checklist - [ ] This is an enhancement of existing features,...
## What does this PR do? - add a test for security manager warning implemented in #2510 - add a test that helps to reproduce access to `Unsafe` when security...