feat: add trafficDistribution support to opentelemetry-kube-stack#2081
feat: add trafficDistribution support to opentelemetry-kube-stack#2081kema-dev wants to merge 5 commits intoopen-telemetry:mainfrom
Conversation
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
LMK if there's something I can do to get this reviewed |
jaronoff97
left a comment
There was a problem hiding this comment.
please read the CONTRIBUTING.md file for instructions on how to make a change to the chart, then i'll happily review. thank you!
Hello, I'm sorry I missed the version bump, this is now fixed |
| priorityClassName: {{ $collector.priorityClassName }} | ||
| {{- end }} | ||
| {{- if $collector.trafficDistribution }} | ||
| trafficDistribution: {{ $collector.trafficDistribution }} |
There was a problem hiding this comment.
You'll need to update the json schema to be allowed to set trafficDistribution in the .Values.collectors section.
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Description
trafficDistributionto OpenTelemetryCollector.specPossible improvements
PreferSameNodeas value for the daemon (default) collector, but that would require a fairly recent Kubernetes version