RIC:1060: Change in PTL
[ric-plt/jaegeradapter.git] / README.md
1 # Jaeger adapter
2
3 This repository contains jaeger configuration files, like the helm charts
4
5 ## Current information
6
7 Currently only supported configuration is jaeger-all-in-one deployment.
8 The helm chart defines following three services.
9
10 ### The jaeger agent
11
12 Jaeger agent receives trace data from jaeger client(s) with UDP to ports 5775 or 6831 or 6832.
13 So the jaeger pods needs to expose these ports and the jaeger agent service IP address
14 should be available with DNS.
15
16 With these helm charts the DNS entry will be `jaeger-all-in-one-agent`.
17
18 ### the jaeger collector
19
20 Jaeger collector receives trace data from jaeger agent(s) with TCP to ports 14267 or 14268 or 9411.
21 Jaeger pod need to expose these ports and the collector service IP address should be available
22 with DNS
23
24 With these helm charts the DNS entry will be `jaeger-all-in-one-collector`.
25
26 ### the jaeger query
27
28 Jaeger query implements a web service for quering trace data. It should expose a http port, for example 80.
29
30 With these helm charts the DNS entry will be `jaeger-all-in-one-query`.
31
32 ## Config map
33
34 A config map for creating trace client configuration is provided. Currently it configures a disabled tracer client.