16 Oct 2018
	
		
		10:02 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		10 Dec 2021
	
		
		05:54 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 MaciejNeumann
		
			MaciejNeumann
		
		
		
		
		
		
		
		
	
			
		
Hello there,
We use request attributes to perform dynamic tagging during load tests with Neoload. The tool sends a dynamically generated header that contains context information relevant to the analysis needs, such as transaction names.
Transaction names come up in Dynatrace in an URL encoded manner. For example, we get "Actions.S01+Passer+%C3%A0+l%27%C3%A9tape+3." instead of "Actions.S01 Passer à l'étape 3.".
Is there a way that we can perform some kind of postprocessing on a request attribute? In that instance, it would obviously be URL decoding.
Thank you!
Solved! Go to Solution.
17 Apr 2020 01:10 PM
I don't think it is possible right now. Feel free to submit a product idea.
What comes to my mind to fix it is OneAgent SDK: https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-sdks/oneagent-sdk/
And add custom request attributes:
https://github.com/Dynatrace/OneAgent-SDK-for-Java#add-custom-request-attributes
