apm-server
apm-server copied to clipboard
APM Server
There used to be monitoring metrics e.g. `apm-server.sourcemap.decoding.*` and `apm-server.sourcemap.validation.* ` but they are no longer available since https://github.com/elastic/apm-server/pull/6447 . There is limited visibility into how well sourcemap fetcher is...
Hello, [In the documentation it writes](https://www.elastic.co/guide/en/observability/8.14/apm-filtering.html#apm-filters-personal-data): > The capturing of this data can be turned off by setting Capture personal data to false. Here's the flag mentioned in the quote,...
``` === RUN TestServerElasticsearchOutput server_test.go:523: Error Trace: D:/a/apm-server/apm-server/internal/beater/server_test.go:523 Error: Not equal: expected: map[string]interface {}{"elasticsearch":map[string]interface {}{"bulk_requests":map[string]interface {}{"available":9, "completed":0}, "indexers":map[string]interface {}{"active":1, "created":0, "destroyed":0}}} actual : map[string]interface {}{"elasticsearch":map[string]interface {}{"bulk_requests":map[string]interface {}{"available":8, "completed":0}, "indexers":map[string]interface {}{"active":1,...
Cloud docs https://www.elastic.co/guide/en/cloud/current/ec-manage-apm-settings.html may be outdated. Fix the docs and find a long term docs maintenance strategy for docs that are outside observability.
https://www.elastic.co/guide/en/observability/current/apm-open-telemetry-direct.html has sample OpenTelemetry Collector receiver and exporter config, which includes this invalid snippet: ```yaml receivers: # ... otlp: ``` With recent versions of OpenTelemetry Collector it is necessary to...
https://www.elastic.co/guide/get-started/current/open-telemetry-elastic.html#open-telemetry-collector has sample OpenTelemetry Collector exporter config, and uses the name "otlp/elastic" for the exporter: ```yaml exporters: logging: loglevel: warn otlp/elastic: # Elastic APM server https endpoint without the "https://"...
Tail based sampling TTL `sampling.tail.ttl` config is only configurable via apm-server.yml, and is not available to fleet-managed apm-server. TTL is a useful knob to adjust TBS storage usage if storage...
## Motivation/summary Badger GC will panic when run concurrently. 2 TBS processors may run concurrently during a hot reload. Make TBS processor concurrent-safe by protecting badger gc using a mutex....
## Motivation/summary This PR addresses the issue https://github.com/elastic/apm-server/issues/14230 and enables self instrumentation in APM Server. ## Checklist - [x] Update [CHANGELOG.asciidoc](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc) - [ ] Documentation has been updated For functional...
Bumps the otel group with 3 updates in the / directory: [github.com/jaegertracing/jaeger](https://github.com/jaegertracing/jaeger), [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) and [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go). Updates `github.com/jaegertracing/jaeger` from 1.60.0 to 1.62.0 Changelog Sourced from github.com/jaegertracing/jaeger's changelog. 1.62.0 / 2.0.0-rc2 (2024-10-06)...