elastic / elastic/apm

Proposal: Introduce heartbeat metric document

Open
#414 2 comments 0 reactions 0 assignees View on GitHub
discuss
Dominant language
Gherkin
Stars
427
Forks
125
PR merge metrics
No merged PRs in 30d

Description

We currently treat an instance as active if it is ingesting data. So if it receives traffic it will transmit transactions/spans/errors and/or if metrics is enabled it'll periodically transmit system metrics (cpu, memory).

However, it is theoretically possible for an instance to be active but not receiving any traffic, and metrics being disabled. In this case it'll be treated as not active (terminated).

This has implications on how [throughput for the instance is calculated](https://github.com/elastic/kibana/issues/89497).

**Question**
Would it make sense to have a "heartbeat" document that is broadcasted periodically (_Addendum: And is not possible to disable_)?

cc @felixbarny @axw

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.