Orijtech observability service. Easily extract and examine your metrics, traces and profiles from your services.
Requirement | Comment |
---|---|
Docker and docker-compose | If you don't have it, please visit https://www.docker.com/get-started |
Port 55678 | To receive traces and metrics in the OpenCensus Agent Protocol |
Port 55679 | To self introspect the agent |
Port 9444 | By default, ships with Zipkin for examining traces |
Port 9445 | By default, ships with Prometheus for examining metrics |
docker-compose up
We ship a couple of services:
It ships with an OpenCensus Agent Protocol compatible daemon available on port 55678 and zPages available at port 55679. This agent will receive traces and metrics.
To examine metrics, by default Prometheus is available on port 9445, so visit http://localhost:9445/
To examine traces, by default Zipkin is available on port 9411, so visit http://localhost:9411/
You can customize which agent receivers and exporters you'd like to change by modifying the file oragent/config.yml following the OpenCensus Agent guide to entirely swap out exporters and receivers