Skip to content

Drop redundant `memory_bytes` metrics from ruby_sampler

Matthias Käppler requested to merge 216584-drop-ruby-memory-bytes into master

What does this MR do?

This removes the redundant ruby_memory_bytes metric from RubySampler, which is also tracked as ruby_process_resident_memory_bytes.

The latter has been around since GitLab 12.0, and removing the older metric might be a breaking change if a customer is using it in their dashboards and haven't migrated to the new metric yet.

I have therefore added a changlog entry documenting this as a feature removal.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Closes #216584 (closed)

Edited by Matthias Käppler

Merge request reports