Clone this repo:
  1. 5d0b0a4 RIC:1060: Change in PTL by Abdulwahid W · 7 months ago j-release master
  2. cf58edd Removing deprecated functions from readthedocs by czichy · 1 year, 3 months ago i-release
  3. 958e743 replacing committers by czichy · 4 years, 5 months ago cherry f-release g-release h-release
  4. 344af7a Adding extra line that src files are part of RIC platform project by czichy · 5 years ago bronze
  5. 53f535c Merge "Automation adds INFO.yaml" by Roni Riska · 5 years ago Amber

Jaeger adapter

This repository contains jaeger configuration files, like the helm charts

Current information

Currently only supported configuration is jaeger-all-in-one deployment. The helm chart defines following three services.

The jaeger agent

Jaeger agent receives trace data from jaeger client(s) with UDP to ports 5775 or 6831 or 6832. So the jaeger pods needs to expose these ports and the jaeger agent service IP address should be available with DNS.

With these helm charts the DNS entry will be jaeger-all-in-one-agent.

the jaeger collector

Jaeger collector receives trace data from jaeger agent(s) with TCP to ports 14267 or 14268 or 9411. Jaeger pod need to expose these ports and the collector service IP address should be available with DNS

With these helm charts the DNS entry will be jaeger-all-in-one-collector.

the jaeger query

Jaeger query implements a web service for quering trace data. It should expose a http port, for example 80.

With these helm charts the DNS entry will be jaeger-all-in-one-query.

Config map

A config map for creating trace client configuration is provided. Currently it configures a disabled tracer client.