Duplicate login events in usage stats

I set up an influxdb to track usage stats according to the guide (https://www.shinyproxy.io/usage-statistics/), but each login event is duplicated. The timestamp is the same and it doesn’t matter which user logs in. Is this expected behavior?

image

I see that behavior too.

Log entries:

2021-02-26 11:26:54.935 INFO 23 — [ XNIO-1 task-16] e.o.containerproxy.service.UserService : User logged in [user: dhafner]
2021-02-26 11:26:54.936 INFO 23 — [ XNIO-1 task-16] e.o.containerproxy.service.UserService : User logged in [user: dhafner]

I don’t think this is intended, right?

Hi

In previous ShinyProxy version this could happen when using certain authentication backends. In ShinyProxy 2.5.0 we fixed this and no duplicate events should be recorded anymore.