Looks like the PR which fixed the broken command size metrics reintroduced this bug. Before this pr the block that would add the incorrect `store_report` metric type wouldn't run because of the missing `Content-Length` header with compressed requests. Now that this has been fixed duplicate metrics are being incorrectly added again. Will fix shortly.