Skip to content

v14.0.0

Latest
Compare
Choose a tag to compare
@tdeekens tdeekens released this 12 Apr 20:06
· 26 commits to main since this release
854cc6d

@promster/apollo@14.0.0

Patch Changes

  • Updated dependencies [7668337]:
    • @promster/metrics@14.0.0
    • @promster/types@14.0.0

@promster/express@14.0.0

Patch Changes

  • Updated dependencies [7668337]:
    • @promster/metrics@14.0.0
    • @promster/types@14.0.0

@promster/fastify@14.0.0

Patch Changes

  • Updated dependencies [7668337]:
    • @promster/metrics@14.0.0
    • @promster/types@14.0.0
    • @promster/server@14.0.0

@promster/hapi@14.0.0

Patch Changes

  • Updated dependencies [7668337]:
    • @promster/metrics@14.0.0
    • @promster/types@14.0.0

@promster/marblejs@14.0.0

Patch Changes

  • Updated dependencies [7668337]:
    • @promster/metrics@14.0.0
    • @promster/types@14.0.0

@promster/metrics@14.0.0

Major Changes

  • #1210 7668337 Thanks @tdeekens! - Replace @sematext/gc-stats with prometheus-gc-stats.

    The latter is better supported and doesn't require any userland install. The module however does not allow to full configuration of metric names. Hence the metric names have changed:

    We now expose:

    1. nodejs_gc_runs_total: Counts the number of time GC is invoked
    2. nodejs_gc_pause_seconds_total: Time spent in GC in seconds
    3. nodejs_gc_reclaimed_bytes_total: The number of bytes GC has freed

Patch Changes

  • Updated dependencies [7668337]:
    • @promster/types@14.0.0

@promster/server@14.0.0

Patch Changes

  • Updated dependencies [7668337]:
    • @promster/metrics@14.0.0
    • @promster/types@14.0.0

@promster/types@14.0.0

Patch Changes

  • #1210 7668337 Thanks @tdeekens! - Replace @sematext/gc-stats with prometheus-gc-stats.

    The latter is better supported and doesn't require any userland install. The module however does not allow to full configuration of metric names. Hence the metric names have changed:

    We now expose:

    1. nodejs_gc_runs_total: Counts the number of time GC is invoked
    2. nodejs_gc_pause_seconds_total: Time spent in GC in seconds
    3. nodejs_gc_reclaimed_bytes_total: The number of bytes GC has freed