vaadin / observability-kit

Other
5 stars 2 forks source link

feat: add session duration metric #87

Closed sissbruecker closed 2 years ago

sissbruecker commented 2 years ago

Description

Adds a metric that records the session duration. The metric uses a histogramm which records the sum of all durations and the number of durations over time.

For testing with prometheus I used the following queries:

This also adds a more comprehensive test setup for reading metrics from OpenTelemetry.