kruskall
kruskall
## Motivation/summary Handle new metrics properly: - 'type' was previously called 'area' - 'name' includes what was previously called 'type' See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/runtime-environment-metrics.md#jvm-metrics ## Checklist - [ ] Update [CHANGELOG.asciidoc](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc) -...
This is the final step for complete service target fields support. Exit spans will fallback to type and subtype similar to what the deprecated destination resource was doing. Assertions have...
Part of the implementation plan for span service target. See https://github.com/elastic/apm/blob/main/specs/agents/tracing-spans-service-target.md Closes https://github.com/elastic/apm-agent-go/issues/1291
Handle span compression with new fields (stop relying on resource internally) See spec for the description and details: https://github.com/elastic/apm/blob/main/specs/agents/tracing-spans-service-target.md
Add service_target_type and service_target_name next to destination_service_resource in transaction.dropped_spans_stats array, the related metrics documents should include span.service.target.type and span.service.target.name fields. See spec for the description and details: https://github.com/elastic/apm/blob/main/specs/agents/tracing-spans-service-target.md
first step to decouple apk from the build context Note: this isn't a breaking change (api-wise) for the build context and using a different ImageBuilder is not supported.
PoC to have a look at it
https://github.com/elastic/go-docappender was bumped but the last version was over a month old We should review the changes and update the changelog accordingly. PR bump: https://github.com/elastic/apm-server/pull/12604
## Motivation/summary See https://edu.chainguard.dev/chainguard/chainguard-images/reference/static/ Migrate docker base image to `cgr.dev/chainguard/static:latest`. This Image has a single user nonroot with uid 65532, belonging to gid 65532. The image produced from the make...