apm-server icon indicating copy to clipboard operation
apm-server copied to clipboard

APM Server

Results 353 apm-server issues
Sort by recently updated
recently updated
newest added

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

backport-skip

## Motivation/summary Tidy up the Makefile targets for building the APM integration package: - Separate building integration packages from linting - Introduce separate build directory for release/snapshot integration packages, so...

backport-skip

Fixing a bug discovered while testing this end-to-end: when Elastic Agent is ran through `./elastic-agent install`, it creates a file tree that is not readable for all users on Linux...

bug
backport-skip
v8.5.0

## Motivation/summary Adds global labels to the aggregated metric (as parsed in the `metadata` event) dimensions that are published by the APM Server. ## Checklist - [x] Update [CHANGELOG.asciidoc](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc) ~-...

enhancement
backport-skip
v8.5.0

## Motivation/summary Add a basic CLI for listing Fleet package policies, and updating their config vars, for use in development and testing. This may be useful for manipulating config vars...

backport-skip

## Motivation/summary TBS processor might lead to loss of events on reload. This PR fixes two edge cases for the same: 1. As per the reload logic for configurations, it...

backport-skip

We should provide developer docs explaining how to build APM Server in each of the ways it can be run, for development/testing purposes. Particularly: - how to build a standalone...

Verify that the APM Server performance does not degrade when increasing the maximum allowed container size on ESS beyond the current limits of 8GB per instance. We should leverage the...

enhancement
benchmarking
cloud

In the transaction metrics aggregator, we log a message when the maximum group limit has been reached: https://github.com/elastic/apm-server/blob/3b3ec612973b4b003a7c40f10fff911413df04dd/x-pack/apm-server/aggregation/txmetrics/aggregator.go#L272-L274 We should reference the [`use_path_as_transaction_name`](https://www.elastic.co/guide/en/apm/agent/java/current/config-http.html#config-use-path-as-transaction-name) agent configuration, which in turn should warn...

enhancement
8.6-candidate

Introduces a new derivative datastream that holds latency and throughput metrics pivoted by `service.name+service.environment+transaction.type` This yields a significant reduction in the documents we need to query on the Service Inventory...

backport-skip