1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00
imgproxy/docs/new_relic.md
2018-10-25 19:34:16 +06:00

528 B

New Relic

imgproxy can send its metrics to New Relic. To use this feature, do the following:

  1. Register at New Relic to get license key;
  2. Set IMGPROXY_NEW_RELIC_KEY environment variable to the license key;
  3. (optional) Set IMGPROXY_NEW_RELIC_APP_NAME environment variable to 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 image.