google / google/codeworld

Monitoring for CodeWorld game server

Open
#390 6 comments 0 reactions 0 assignees View on GitHub
discussion
Dominant language
Haskell
Stars
1.3k
Forks
201
PR merge metrics
No merged PRs in 30d

Description

It would be good to get more visibility on what's happening inside the CodeWorld game server.

For the main web server, the current state is not so bad, for a few reasons: (a) the site is fundamentally pretty simple, (b) all useful work spawns subprocesses for GHCJS and writes artifacts with timestamps, and (c) there are logs, at least. None of these things, though, are true of the new game server. I'd like to know how many concurrent sessions and connections it's maintaining, how long-lived they are, whether there are leaks over time, the distribution of session sizes, the rate of messages relayed, etc. None of these are visible in the current setup.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.