Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages