ethersphere / helm-charts

Helm charts to deploy Swarm and Geth
6 stars 4 forks source link

Swarm: jaeger sidecar #81

Closed skylenet closed 5 years ago

skylenet commented 5 years ago

Adding the jaeger-agent as a sidecard container to the swarm pod.

This will make the jaeger setup more reliable because we don't rely on a single agent having to receive all the traces via the network using UDP.

The agents will then forward the traces to the collector service, via gRPC.