I created a datadog dashboard to show user log ins to my application. The user IDs are the only thing available in the log trace and I want to be able to display the User Name. I'm able to provide the User ID to User Name mapping as a csv file if necessary. How do I build this functionality into my datadog dashboard?
my dashboard lists the user logins like below in a top list bar chart u001 logged in 10 times u002 logged in 9 times,
Instead I want the dashboard to show John Smith logged in 10 times, Jane Doe logged in 9 times