Skip to content

Websocketd stats backend

Camil Staps requested to merge websocketd-stats-backend into master

Created by: dopefishh

Reasons why this is a good idea:

  • Great simplification
  • Less dependencies
  • Smaller image size. The image is reduced from around 650M to 181M and 180M of the 181M are shared because it is the basic debian docker image.

Reasons why this might not be a good idea

  • With many connections this spawns many tail's with their according subscriptions on cloogle.log's events. If this becomes a problem we can limit the number of connections but I doubt it will be a problem.

Merge request reports