vaadin / observability-kit

Other
5 stars 2 forks source link

feat: add session count metric #84

Closed sissbruecker closed 2 years ago

sissbruecker commented 2 years ago

Description

Adds a metric for the Vaadin session count. The metric uses a gauge measurement, which automatically reports a specific value in intervals. This uses the Vaadin session count specifically, rather than HTTP sessions, I figure this is appropriate for what we want.

Closes #78