SigNoz / charts

Helm Charts for SigNoz
MIT License
63 stars 67 forks source link

Set internalTrafficPolicy on agent service when supported #416

Closed rlaveycal closed 2 months ago

rlaveycal commented 3 months ago

When sending traces to the agent via the service it is necessary to route to the agent on the same host as the sending pod so that the k8s resource can look up the IP address and augment the data.

Kubernetes 1.26 introduced internalTrafficPolicy to enabled this

prashant-shahi commented 2 months ago

@rlaveycal Thanks for the PR contribution 🎉