Skip to main content

A modified `http` loader for thumbor which provides additional statistics (like width, height and url parsing)

Project description

An extended http loader for thumbor which introduces an additional statd counter original_image_with_size_fetch.$code.$host.$widthx$height.$parsedUrl

## Configuration

LOADER=”thumbor_hsl.loaders.http_loader”

### Optional query parsing

If you specify the HSL_REGEX_MATCH_URL option, you can provide a regex with a group which value will be appended in $parsedUrl

Example:

HSL_REGEX_MATCH_URL=”someQuery=(d+)”

For a given url, e.g. https://my-image?someQuery=10 the result of 10 will be appended to the counter.

## Install

pip install thumbor_hsl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thumbor_hsl-0.0.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

thumbor_hsl-0.0.3-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page