You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, it's not clear what programs are calling endpoints (and how frequently). It would be nice to log the User-Agent header and log how frequently what User-Agent calls what endpoint.
Some concerns:
just logging every request to a file would lead to more wear on the SD-card of the Pi (maybe logging to tmpfs could be possible)?
some scripts might not have a User-Agent header, or the header might be the same for two programs running on another machine, so it probably makes sense to also log the IP address
The text was updated successfully, but these errors were encountered:
I think it would not make much sense to try and do this ourselves. Since we already have a Grafana instance running, maybe we can use something like https://grafana.com/oss/loki/ . This way we don't have worry about aggregating stats ourselves and can we keep this application simpler.
At the moment, it's not clear what programs are calling endpoints (and how frequently). It would be nice to log the User-Agent header and log how frequently what User-Agent calls what endpoint.
Some concerns:
tmpfs
could be possible)?The text was updated successfully, but these errors were encountered: