Skip to content

@core/electric-telemetry@0.1.10

Choose a tag to compare

@github-actions github-actions released this 31 Mar 09:39
· 7 commits to main since this release
b9c67f3

Patch Changes

  • 0aa8c00: Extend top processes by memory metric to collect processes until the specified mem usage threshold is covered.

    ELECTRIC_TELEMETRY_TOP_PROCESS_COUNT has been renamed to ELECTRIC_TELEMETRY_TOP_PROCESS_LIMIT with a new format: count:<N> or mem_percent:<N>. The old env var is still accepted as a fallback.

  • 0aa8c00: Group request handler processes together to see their aggregated memory usage.