You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuring storage is crucial for stable Tail-Based-Sampling performance. We already emit metrics for monitoring disk usage by TBS but we have no public documentation around this. Having a public documentation for this will allow users to create dashboards and be on top of their storage needs for TBS. Example:
Configuring storage is crucial for stable Tail-Based-Sampling performance. We already emit metrics for monitoring disk usage by TBS but we have no public documentation around this. Having a public documentation for this will allow users to create dashboards and be on top of their storage needs for TBS. Example:
last_value('golang.apm-server.apm-server.sampling.tail.storage.lsm_size', kql='"beat.stats.apm_server.sampling.tail.storage.lsm_size": *') + last_value('beat.stats.apm_server.sampling.tail.storage.value_log_size', kql='"beat.stats.apm_server.sampling.tail.storage.value_log_size": *')
last_value('golang.apm-server.apm-server.sampling.tail.storage.lsm_size', kql='"beat.stats.apm_server.sampling.tail.storage.lsm_size": *')
last_value('beat.stats.apm_server.sampling.tail.storage.value_log_size', kql='"beat.stats.apm_server.sampling.tail.storage.value_log_size": *')
The text was updated successfully, but these errors were encountered: