simitt

Results 185 comments of simitt

The shared `bundleFilepath` looks quite odd to me (like a URL in markdown format, but with a replaced `"` - look at `"[https` vs `app.js"]`): `"bundleFilepath": "[https://example.com/mf/fe-mf-notifications/app.js"](https://example.com/mf/fe-mf-notifications/app.js%22)` As @stuartnelson3 pointed...

The apm agents are collecting the metrics, therefore IMO it fits very well that the apm agents make the distinction of whether a metricset contains custom metrics or not, rather...

Closing this for now as we are currently not working on this feature.

The libbeat/APM Server monitoring reports following metrics: - `cgroup.cpu.id` - `cgroup.cpu.cfs.period.us` - `cgroup.cpu.cfs.quota.us` - `cgroup.cpu.stats.periods` - `cgroup.cpu.stats.throttled.periods` - `cgroup.cpu.stats.throttled.ns` - `cgroup.cpuacct.id` - `cgroup.cpuacct.total.ns` You can find the implementation for *...

APM Server issue for defining Elasticsearch mapping https://github.com/elastic/apm-server/issues/4433.

@axw do you have an overview over when this is planned to be added?

Have you tried using [ELASTIC_APM_SANITIZE_FIELD_NAMES](https://www.elastic.co/guide/en/apm/agent/go/1.x/configuration.html#config-sanitize-field-names) for this? Please also use github issues only for confirmed bugs and feature requests, and use the [APM discuss forum](https://discuss.elastic.co/c/observability/apm/58) for general questions to make...

Hi @kelvins-io, support for xorm is currently not on our list. We can discuss internally and then follow up with updates here.

> add a `span.id` to transaction documents. As an implementation detail, this could just be an alias to `transaction.id` So `span.id` would always refer _up_ never _down_? One transaction can...

> I don't know what you mean by refer up/down. The core of the proposal above is essentially to copy transaction.id to span.id in transaction docs. That way parent.id (or...