Eric

Results 15 comments of Eric

Sorry, but is the definitive answer to provide the resumption token? How would we get that from oai-harvest?

Are we planning to enable this? I was running unit tests on APM server with race detector and found this: ``` === RUN TestWrapServerAPMInstrumentationTimeout ================== WARNING: DATA RACE Read at...

@simitt Ok sure, I will take a look at it.

Created a follow up PR here since I'm unsure of how to commit to @kruskall fork: https://github.com/elastic/apm-server/pull/15932. Closing this for now.

Hi, I'm working on potentially adding a test case for this in functional tests: https://github.com/elastic/apm-server/issues/14061. May I know what would be the reproducible steps of the original error? Simply create...

I also ran the test following the steps posted by Ruben, and can confirm that the metrics mapping appears. ``` GET .monitoring-beats-7-2025.11.28/_mapping?filter_path=**.storage { ".monitoring-beats-7-2025.11.28": { "mappings": { "properties": { "beats_stats":...

After talking to robots team, it seems we can poll this API to get the available BCs: ``` curl -s https://artifacts.elastic.co/releases//future-releases/stack.json | jq '.releases[] | select(.active_release == true) | del(.snapshots)...