You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-12-03 23:19:17 +02:00
* 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>
1.8 KiB
1.8 KiB
Datadog
imgproxy can send its metrics to Datadog. To use this feature, do the following:
-
Install & configure the Datadog Trace Agent (>= 5.21.1).
-
Set the
IMGPROXY_DATADOG_ENABLEenvironment variable totrue. -
Configure the Datadog tracer using
ENVvariables provided by the package:DD_AGENT_HOST: sets the address to connect to for sending metrics to the Datadog Agent. Default:localhostDD_TRACE_AGENT_PORT: sets the Datadog Agent Trace port. Default:8126DD_DOGSTATSD_PORT: set the DogStatsD port. Default:8125DD_SERVICE: sets the desired application name. Default:imgproxyDD_ENV: specifies the environment to which all traces will be submitted. Default: emptyDD_TRACE_SOURCE_HOSTNAME: specifies the hostname with which to mark outgoing traces. Default: emptyDD_TRACE_REPORT_HOSTNAME: whentrue, sets hostname toos.Hostname()with which to mark outgoing traces. Default:falseDD_TAGS: sets a key/value pair which will be set as a tag on all traces. Example:DD_TAGS=datacenter:njc,key2:value2. Default: emptyDD_TRACE_ANALYTICS_ENABLED: allows specifying whether Trace Search & Analytics should be enabled for integrations. Default:falseDD_RUNTIME_METRICS_ENABLED: enables automatic collection of runtime metrics every 10 seconds. Default:falseDD_TRACE_STARTUP_LOGS: causes various startup info to be written when the tracer starts. Default:trueDD_TRACE_DEBUG: enables detailed logs. Default:false
imgproxy will send the following info to Datadog:
- Response time
- Image downloading time
- Image processing time
- Errors that occurred while downloading and processing image