Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Time-series logging #109

Open
codesections opened this issue Mar 25, 2020 · 0 comments
Open

Time-series logging #109

codesections opened this issue Mar 25, 2020 · 0 comments
Labels
post-1.0 Feature to add after releasing v1.0.0

Comments

@codesections
Copy link
Contributor

Neither Flodgatt nor the JavaScript server it's replacing currently have a great story for logging per-websocket message. We can log information and do in certain test scenarios – however, the number of concurrent websocket connections in production quickly makes that sort of logging impractical. Plus, what we would really like to track are averages across many websocket connections, not the numbers for one particular connection.

Fortunately, solving both of these problems is exactly what statsd/etc and and time-series databases are designed for. Post 1.0.0, we should consider adding support for logging in a compatible format.

@codesections codesections added the post-1.0 Feature to add after releasing v1.0.0 label Mar 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
post-1.0 Feature to add after releasing v1.0.0
Projects
None yet
Development

No branches or pull requests

1 participant