Daniel Mitterdorfer

Results 14 issues of Daniel Mitterdorfer

Currently, agent implementations have a hardcoded list of Elasticsearch request paths patterns that define when to capture a request body, e.g. * [node-js agent](https://github.com/elastic/apm-agent-nodejs/blob/37517521366e8250f6d8401b6e470b7104432b21/lib/instrumentation/elasticsearch-shared.js#L19) * [Python agent](https://github.com/elastic/apm-agent-python/blob/7d09ed8959afb2f2bd2e011969d2a6d3fdd6cd28/elasticapm/instrumentation/packages/elasticsearch.py#L42) * [Go agent](https://github.com/elastic/apm-agent-go/blob/dbce0fc5646cc428a8c4a1f3192a5bd5b071f7e5/module/apmelasticsearch/client.go#L222)...

apm-agents

### Observed behavior When opening the "Syscalls" view, Sysdig Inspect starts to read the trace file but the UI freezes and all UI elements disappear after processing 16 - 20%...

type: bug

Currently, Perlock silently ignores OVERFLOW events but we should also expose them in the API.

**Rally version** (get with `esrally --version`): `esrally 2.7.1.dev0 (git revision: 4e1335ee07e16a4af0de1a0b543a86595ca37803)` (current `master` branch) **Description of the problem including expected versus actual behavior**: When running a benchmark with Rally against...

bug
:Benchmark Candidate Management
good first issue

#578 shows that we should increase coverage of our integration test suite. At the moment we test without any custom track parameters but we should probably add support for at...

enhancement
help wanted
:misc
good first issue

Rally is currently strict what operation-types are allowed in a composite context because not every operation would work properly out of the box. However, it is also not possible to...

enhancement
:Load Driver

Historically Rally needed to modify Elasticsearch's logging configuration, e.g. to enable verbose logging for the `IndexingMemoryController`. We've removed the surrounding infrastructure in Rally a while ago. Therefore, Rally can just...

enhancement
:Benchmark Candidate Management

Since https://github.com/elastic/rally/pull/719, Rally starts Elasticsearch nodes in daemonized mode (prior to that Elasticsearch was started as subprocess maintained by Rally). As soon as the Elasticsearch process has started, it will...

enhancement
:Telemetry
good first issue

We should add reference docs that describe relevant information about the load generator from a user perspective (this needs to be a new page in the docs). Two aspects are:...

enhancement
meta
:Docs

### Scope So far Rally was able issue individual API requests against Elasticsearch and measure request metrics. In this issue we describe how Rally should be extended to support benchmarking...

enhancement
meta