Fork me on GitHub
#pathom
<
2019-01-12
>
souenzzo12:01:14

I'm doing a "pathom server" that calls a rest service via http driver I already have some statistics like - active sessions - user in active session (handled by cookies) Now I want to track and show - each query requested by each session - * each request done by each query Is com.wsscode.pathom.trace suitable to this job (focus in * )?

souenzzo12:01:56

ATM it's (not)persisted in-memory but in the future it may go to some storage.