Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是千分尺的新手。我想记录用户注册、用户登录等事件。我可以使用千分尺和 Spring Boot 来执行此操作并在 Prometheus/Grafana 中显示数据吗?
是的。但是,您将汇总记录事件。例如,您可能有一个counterfor logins。随着时间的推移,您将能够看到发生了多少登录以及登录的速度。
counter
您不会跟踪 user1234 登录的次数。(您可以强制它这样做,但它不适合该用例)