Am trying to set the value for the env var TYK_GW_TRACER_OPTIONS
https://tyk.io/docs/tyk-oss-gateway/configuration/#tracingoptions
but everything Ive tried fails
Does anyone have a working example of how I can set this value please?
Am trying to set the value for the env var TYK_GW_TRACER_OPTIONS
https://tyk.io/docs/tyk-oss-gateway/configuration/#tracingoptions
but everything Ive tried fails
Does anyone have a working example of how I can set this value please?
Hello @cdonnelly and welcome to the community.
I am not sure you can set that since the value of that should be an object. I know you can set the child properties e.g.
TYK_GW_TRACER_OPTIONS_REPORTER_URL=http://URL_ENDPOINT/api/v2/spans
You should be able to find what you are looking for here