Features:
- If you set
SLEEPING_BEAUTY_METRICS_PORT
to a positive integer,
then Sleeping Beauty will expose pprof profiling data (at
/debug/pprof
) and Prometheus metrics (at/metrics
) on the named
port (bound to the interface named by
SLEEPING_BEAUTY_METRICS_HOST
, defaults to0.0.0.0
).
Bugfixes:
- A memory leak has been fixed that would cause memory usage to
increase over time when TCP connections were opened and closed to
the server without any data being sent. This is believed to be a
regression introduced in 4.0.0.