openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

feat: process logs with >1 cookie section #265

Closed rgraber closed 1 year ago

rgraber commented 1 year ago

Description:

Update the process_cookie_monitoring_logs.py script to process log lines with multiple lists of cookie sizes. The difference doesn't turn out to be huge, mostly in total counts, but I think it's a simple enough fix that it's worth putting in so we get more complete data.

Issue:

https://github.com/edx/edx-arch-experiments/issues/151

Reviewers:

Merge checklist:

Post merge:

Author concerns:

List any concerns about this PR - inelegant solutions, hacks, quick-and-dirty implementations, concerns about migrations, etc.