Gil Raphaelli

Results 15 issues of Gil Raphaelli

I'm trying to log some per-request metadata. The code below gets it done, producing: ``` grpc.code=OK grpc.method=Ping user=98765 peer.address=127.0.0.1:53878 span.kind=server system=grpc ``` I was wondering if there's a better way?...

start apm-server with self-instrumentation enabled ``` ./apm-server -E instrumentation.enabled=true -e -d '*' ``` wait a minute or less and notice: ``` {"log.level":"error","@timestamp":"2022-08-09T13:37:42.589-0400","log.logger":"modelindexer","log.origin":{"file.name":"modelindexer/indexer.go","file.line":412},"message":"failed to index event (strict_dynamic_mapping_exception): mapping set to strict,...

bug

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

Let's move [this public document](https://docs.google.com/spreadsheets/d/1SmWeX5AeqUcayrArUauS_CxGgsjwRgMYH4ZY8yQsMhQ/edit#gid=644582948) to the documentation to improve discovery, introduce versioning, and improve version control. I propose adding these to the data model documentation but open to suggestions.

docs
Team:Docs

We recommend deploying APM Server using ECK. This issue is for tracking alternatives, following up on some requests - #929, elastic/apm-server#1244 - and confusion - [apm-server as daemonset](https://discuss.elastic.co/t/apm-server-as-kubernetes-daemonset/161307), provide guidance...

docs
Team:Docs

link https://www.elastic.co/guide/en/apm/agent/rum-js/current/breakdown-metrics-docs.html to https://www.elastic.co/guide/en/apm/agent/rum-js/current/configuration.html#breakdown-metrics

docs

**Is your feature request related to a problem? Please describe.** cgroups v2 is increasingly seeing adoption as various distributions have made it the default for containers. As noted in https://github.com/elastic/beats/issues/16958,...

**Is your feature request related to a problem? Please describe.** Wide ranges of values in distribution of transaction duration make visualization and drilling down difficult. The evenly spaced buckets are...

design

While working on #124, not as many events came through as expected. It turns out that events from the second cpu (of 2) were not coming through at all. I...