The project: Build "MiniCollector"
imagine an applications: like: Calculator App Weadther App Todo App
every time they do something, they send a message to your collector ok.
example: { "service": "calculator", "trace_id": "abc123", "span_id": "1", "name": "Add Numbers", "start_time": 10, "end_time": 15 }
Your collector receives this.
so in this porject i will be making a receiver for now
trace expoter will be send via some automation
I will be making an HTTP sever.
POST /spans
when someone sends
{
"service": "weather",
"name": "Fetch Forecast"
}
things are need to be included for this minicollector as of now I have read only prometheuos reciver therfor I will add those