mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-08 10:45:04 +02:00
c51521961f
* Update landing page / README.md * Update GETTING_STARTED.md * Update installation.md * Update getting_the_image_info.md * update signing_the_url.md * Update watermark.md * Update presets.md * Update object_detection.md * Update autoquality.md * Update serving_local_files.md * Update docs/serving_files_from_s3.md * Update configuration.md * Update generating_the_url.md * Update chained_pipelines.md but chained pipelines section is not finished * Update serving_files_from_google_cloud_storage.md * Update new_relic.md * Update prometheus.md * Update datadog.md * Update image_formats_support.md * Update about_processing_pipeline.md * Update healthcheck.md * Update memory_usage_tweaks.md * Remove GIF/ICO/BMP/HEIF/AVIF support sections from docs/image_formats_support.md * Minor fixes of the docs * Update serving_files_from_azure_blob_storage.md * Fix issue with x and y offset for 're' watermark property * Fix params description in docs/watermark.md * Fix Alexander Madyankin GH name * Special thanks to Travis * Fix README Co-authored-by: DarthSim <darthsim@gmail.com>
16 lines
540 B
Markdown
16 lines
540 B
Markdown
# New Relic
|
|
|
|
imgproxy can send its metrics to New Relic. To use this feature, do the following:
|
|
|
|
1. Register at New Relic and get a license key.
|
|
2. Set the `IMGPROXY_NEW_RELIC_KEY` environment variable to the license key.
|
|
3. _(optional)_ Set the `IMGPROXY_NEW_RELIC_APP_NAME` environment variable to be the desired application name.
|
|
|
|
imgproxy will send the following info to New Relic:
|
|
|
|
* CPU and memory usage
|
|
* Response time
|
|
* Image downloading time
|
|
* Image processing time
|
|
* Errors that occurred while downloading and processing an image
|