Traefik and Analytics

Hi there,

I would like to use a web analytics software in connection with Traefik.
So that Traefik sends the analytics data e.g. via a middleware directly to Matomo / Plausible / OWA / (Google Analytics).
Would something like this be possible?

Usually web analytics software (Matomo, GA, etc) works with html tags within your website or application, so this has nothing to do with Traefik. Some (older) tools like awstats just read log files, those can be enabled in Traefik.

I was looking at this before and the closest I got, is using the ForwardAuth middleware. This middleware provides you the Forwards-Headers (like the IP) and you can do with that information whatever you want. My idea was to provide this data to an umami instance.