You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move the deprecation warning inside MultiProcessValue
In case people use directly `MultiProcessValue`, the deprecation
warning will pop up.
Added another warning if both are defined.
Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
warnings.warn("You have declared both env variable in upper case and lower case, keep the upper case only PROMETHEUS_MULTIPROC_DIR'", DeprecationWarning)
0 commit comments