Carson Ip

Results 60 issues of Carson Ip

Discovered by #13244 EA integration (see [code](https://github.com/elastic/integrations/tree/main/packages/elastic_agent/data_stream/apm_server_metrics)) is 1. using TSDS for apm-server metrics, i.e. synthetic source is used 2. apm-server metrics only contains a limited subset of metrics exposed...

bug

As ES indexing moved from libbeat to docappender a long time ago, we no longer get "queue is full" log messages when apm-server internal buffer is full. - With docappender,...

enhancement

If an env var is used in apm-server.yml, and that the env var contains certain special characters, it may cause an error during parsing, e.g. `Error: error unpacking output.elasticsearch for...

enhancement
9.0-candidate

Nightly benchmarks occasionally report 0 events/s. Investigate the root cause of it.

bug

As apm-server handles both http and grpc traffic at the same port using https://github.com/elastic/gmux , it may present a compatibility issue with L7 load balancers which handle http and grpc...

docs

Follow up items from #13475 - Determine a long term strategy to maintain apm server monitoring metrics mapping in various places as stated in #13475 - #13638 was created to...

enhancement

## Motivation/summary Add a script that modifies various files in-place to contain mappings generated from apm-server stats read from stdin. Example usage: `python3 script/stats_to_mapping.py ~/projects/beats/metricbeat/module/beat/_meta/fields.yml ~/projects/beats/metricbeat/module/beat/stats/_meta/fields.yml ~/projects/elasticsearch/x-pack/plugin/core/template-resources/src/main/resources/monitoring-beats.json ~/projects/elasticsearch/x-pack/plugin/core/template-resources/src/main/resources/monitoring-beats-mb.json ~/projects/integrations/packages/elastic_agent/data_stream/apm_server_metrics/fields/beat-fields.yml <...

backport-8.x

Looking at `apm-server:5066/stats`, agentcfg is an outlier that it contains metrics that have dots in the name, unlike other metrics that are all nested. ``` "agentcfg": { "elasticsearch": { "cache.entries.count":...

bug
9.0-candidate

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

bug

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.

bug
Team:Docs