Skip to content

orijtech/oragent-external

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oragent

Orijtech observability service. Easily extract and examine your metrics, traces and profiles from your services.

Table of contents

Requirements

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

Running it

docker-compose up

Services

We ship a couple of services:

Agent

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.

Metrics

To examine metrics, by default Prometheus is available on port 9445, so visit http://localhost:9445/

Traces

To examine traces, by default Zipkin is available on port 9411, so visit http://localhost:9411/

Customizing your services

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