mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 01:10:47 -04:00
BUILD: ot: emitted deprecation warning at build time
Warn at Makefile parse time that the opentracing filter was deprecated in haproxy 3.3 and will be removed in 3.5, complementing the runtime warning emitted at filter init.
This commit is contained in:
parent
4f53bbc15c
commit
720b3d1f56
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -865,6 +865,7 @@ ifneq ($(USE_LINUX_CAP:0=),)
|
|||
endif
|
||||
|
||||
ifneq ($(USE_OT:0=),)
|
||||
$(call warning, The opentracing filter was deprecated in haproxy 3.3 and will be removed in 3.5.)
|
||||
include addons/ot/Makefile
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue