1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2026-06-11 22:04:13 +02:00

13 Commits

Author SHA1 Message Date
Viktor Sokolov f517ceaccb IMG-161: Added missing metrics to OTEL (#1673) 2026-06-05 11:16:43 +02:00
DarthSim c20f893569 Fix version in package name 2026-05-13 18:48:55 +03:00
DarthSim 0f973e3a63 Merge branch 'master' into version/4 2026-03-01 02:22:26 +03:00
Victor Sokolov aadead21d9 IMG-83: typed env vars (#1591)
* IMG-83: typed env vars

* Removed CLI flag, fixed FormatQuality&Presets logic

* URLReplacements, updated bind logic
2025-12-15 09:06:41 +01:00
Victor Sokolov 69c7d2f117 IMG-76: new linter config & fixes (#1587)
* IMG-76: new linter config & fixes

* Upgrade golangci-lint to 2.7.2
2025-12-10 13:46:22 +01:00
Sergei Aleksandrovich e33254005d Refactored errors (#1578)
* Refactored errors

* Make monitoring and errorreport accept `errctx.Error` instead of `error`

* Add server.Error; Remove category from errctx; Make HTTP handlers respond with *server.Error

* Remove stackSkip from errctx.Wrap; Add errctx.WrapWithStackSkip
2025-11-20 01:26:21 +06:00
DarthSim d61b0cf19f Implement unified interface for all monitoring services 2025-11-14 14:59:18 +06:00
DarthSim eb43f33702 Move libvips stats to thin vips/stats package 2025-11-14 14:59:18 +06:00
DarthSim 68a0f3d638 Simplify monitoring interface; Store all tracing spans in context 2025-11-14 14:59:18 +06:00
Victor Sokolov 05a413b8a2 monitoring instance (#1546) 2025-10-01 20:05:06 +02:00
DarthSim ad82173cb0 Remove monitoring dependencies from vips 2025-09-29 17:00:37 +06:00
DarthSim 89821daa9f Migrate from logrus to log/slog 2025-09-21 20:13:27 +06:00
Victor Sokolov 697c2ddcd6 IMG-52: rename metrics to monitoring (#1498)
* Removed bufpool

* metrics -> monitoring

* metricsMeta -> monitoringMeta

* monitoring.Meta -> Filter
2025-08-20 17:17:18 +02:00