openSUSE / openSUSE-release-tools

Tools to aid in staging and release work for openSUSE/SUSE
GNU General Public License v2.0
61 stars 95 forks source link

Add flavor information to access metrics #2957

Closed witekest closed 1 year ago

witekest commented 1 year ago

The change parses information about the flavor and host IP from the access logs and ingests them to the temporary cache files. The structure of the cache JSON object has been extended. The aggregation script has been updated to to tag the number of downloads from unique systems (based on Zypper UUID) with flavor tag.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (372c67d) 28.24% compared to head (3722197) 28.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2957 +/- ## ======================================= Coverage 28.24% 28.24% ======================================= Files 85 85 Lines 14626 14626 ======================================= Hits 4131 4131 Misses 10495 10495 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dirkmueller commented 1 year ago

@witekest so is this ready to be reviewed/merged?

witekest commented 1 year ago

Yes, it's tested and ready. Next steps will follow in separate PR.

witekest commented 1 year ago

@dirkmueller Can we merge this one, please?