1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-11-27 22:48:53 +02:00
Files
imgproxy/docs/new_relic.md

16 lines
540 B
Markdown
Raw Normal View History

2018-10-25 19:24:34 +06:00
# 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.
2018-10-25 19:24:34 +06:00
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