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

Map the metrics of the [OpenTelemetry Collector Host Metrics receiver](https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/hostmetricsreceiver) to Elastic Infrastructure monitoring (ECS...) and store them in `metrics-` indices so that they are properly visualized in the Elastic...

enhancement
OpenTelemetry

When collecting metrics with the prometheus integration we have the option to specify include/exclude filters We should probably have a similar mechanism when using APM server to collect metrics (for...

enhancement
Platform Observability

### Motivation Burn rate is the value at which error budgets are consumed. Burn rate based alerts for SLOs can capture degradation in the complete user journey for well defined...

enhancement

### Motivation SLOs provide tools that could be utilised to balance reliability and development velocities. SLOs coupled with error budget help maintain a healthy service and provide transparent performance goals...

enhancement

I ran golangci-lint locally, and there were some good findings which resulted in #6857. There was also some noise, e.g. related to not checking error return on `bytes.Buffer.Write` calls which...

technical debt

Elastic Stack products will start to collect deprecation logs in an elasticsearch index. This issue tracks investigation of: * collection of deprecation logs from APM Server itself * utility of...

enhancement

Introduce an efficient binary codec for model events (at least transactions and spans), for persisting to local storage. This would be used in tail-based sampling, and perhaps in other processing...

enhancement

We currently have hand-written model types, whose Transform methods are responsible for setting fields according to our schema. The schema is defined by fields.yml, and is only partially covered by...

enhancement

The server currently reports Content-Length in logs, and accumulates it in metrics, if it is not -1 -- i.e. not chunked encoding. We should also look into measuring the body...

enhancement

**APM Server version** (`apm-server version`): 7.15.2 **Description of the problem including expected versus actual behavior**: Exceptions thrown in Spring Reactive application code, when captured by OpenTelemetry Java auto instrumentation, are...

bug
OpenTelemetry