apache / flagon-distill

Apache Flagon Distill is a python package to support and analyze Flagon UserAle.js logs
https://flagon.apache.org/
Apache License 2.0
10 stars 13 forks source link

Feature(Schema): Support UserALE Interval Schema #48

Closed EandrewJones closed 3 months ago

EandrewJones commented 3 months ago

Problem

The current implementation of the default UserAleSchema assumes logs are raw type. There is not explicit support for interval logs.

Solution

Need to make the schema more generic to cover both log types and write tests for both. This also means updating the implementation for the timestamp property as that relies on clientTime which is not present in interval logs.

jlhitzeman commented 3 months ago

Comment for access