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
Currently it is impossible to perform service mapping with services with : in them ie
Working as expected DD_SERVICE_MAPPING=oldservice:newservice
Not working as expected DD_SERVICE_MAPPING=https://old-service.com:newservice DD_SERVICE_MAPPING=oldservice:https://new-service.com
Ideally the following would work as expected DD_SERVICE_MAPPING=https\://old-service.com:newservice DD_SERVICE_MAPPING=oldservice:https\://new-service.com
The Reason for this is as it splits on the first :
It would be great if we could escape : and , in the DD_SERVICE_MAPPING vars.
Package Name
No response
Package Version(s)
No response
Describe the goal of the feature
Currently it is impossible to perform service mapping with services with
:
in them ieWorking as expected
DD_SERVICE_MAPPING=oldservice:newservice
Not working as expected
DD_SERVICE_MAPPING=https://old-service.com:newservice
DD_SERVICE_MAPPING=oldservice:https://new-service.com
Ideally the following would work as expected
DD_SERVICE_MAPPING=https\://old-service.com:newservice
DD_SERVICE_MAPPING=oldservice:https\://new-service.com
The Reason for this is as it splits on the first
:
It would be great if we could escape
:
and,
in the DD_SERVICE_MAPPING vars.dd-trace-py/ddtrace/internal/utils/formats.py
Line 91 in 6fdbeb5
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: