the current design is - the spans from same service/application are colored same
Ankit Nayan
01/31/2024, 7:07 AM
what is your usecase and logic for coloring? Maybe it helps the community in general?
l
Leo R
01/31/2024, 12:34 PM
Hmmm, my case is, I have an application that I want to trace:
• Routes
• Database calls
• Redis calls
...and then I wanted them to be one different color for each item.
So, in this case, all I have to do is change the service name when sending the spans? I'll have a try
Leo R
02/01/2024, 4:05 PM
Hi again! I wasn't able to achieve this by setting service name
My goal is: I have an single app running in PHP. I want that every item above is colored differently:
• HTTP Calls
• Database Calls
• Redis Calls
I've achieved sending spans for these, but, for better trace visualization, I was trying to color then differently.
Is there any other way?
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.