You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The v1alpha1
const (
// OpenTelemetryTargetAllocatorAllocationStrategyLeastWeighted targets will be distributed to collector with fewer targets currently assigned.OpenTelemetryTargetAllocatorAllocationStrategyLeastWeightedOpenTelemetryTargetAllocatorAllocationStrategy="least-weighted"// OpenTelemetryTargetAllocatorAllocationStrategyConsistentHashing targets will be consistently added to collectors, which allows a high-availability setup.OpenTelemetryTargetAllocatorAllocationStrategyConsistentHashingOpenTelemetryTargetAllocatorAllocationStrategy="consistent-hashing"// OpenTelemetryTargetAllocatorAllocationStrategyPerNode targets will be assigned to the collector on the node they reside on (use only with daemon set).OpenTelemetryTargetAllocatorAllocationStrategyPerNodeOpenTelemetryTargetAllocatorAllocationStrategy="per-node"
)
The v1beta1
const (
// TargetAllocatorAllocationStrategyLeastWeighted targets will be distributed to collector with fewer targets currently assigned.TargetAllocatorAllocationStrategyLeastWeightedTargetAllocatorAllocationStrategy="least-weighted"// TargetAllocatorAllocationStrategyConsistentHashing targets will be consistently added to collectors, which allows a high-availability setup.TargetAllocatorAllocationStrategyConsistentHashingTargetAllocatorAllocationStrategy="consistent-hashing"// TargetAllocatorFilterStrategyRelabelConfig targets will be consistently drops targets based on the relabel_config.TargetAllocatorFilterStrategyRelabelConfigTargetAllocatorFilterStrategy="relabel-config"
)
Describe the solution you'd like
Both v1beta1 should have supported allocation strategies as v1alpha1. If no the conversion should handle it properly (which is not the case now)
Component(s)
target allocator
Is your feature request related to a problem? Please describe.
The
v1alpha1
The
v1beta1
Describe the solution you'd like
Both v1beta1 should have supported allocation strategies as v1alpha1. If no the conversion should handle it properly (which is not the case now)
opentelemetry-operator/apis/v1alpha1/convert.go
Line 173 in 15bd804
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: