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.
We would like to set a PriorityClass for all of our OpenTelemetry Pods. Most pods objects/configs support this via priorityClassName. However, the TargetAllocator spec does not seem to include priorityClassName as a possible field.
Setting priorityClassName on an opentelemetry.io/v1beta1:OpenTelemetryCollector gives the collector itself the priority class, but if the targetAllocator is enabled within this object, it does not inherit this priority class, so there is no way to configure it.
Describe the solution you'd like
Add priorityClassName to the target allocator spec such that it can have a priority class configured or inherit priority class from the main OpenTelemetryCollector object.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Rather than add new fields to the embedded target allocator subresource in the OpenTelemetryCollector CR, we want to introduce a separate TargetAllocator CRD, which would have the same infrastructure related fields OpenTelemetryCollector has. The reason for this is that the collector CR is already quite big, and doubling all of these fields will make it even more so, which leads to various problems.
Component(s)
target allocator
Is your feature request related to a problem? Please describe.
We would like to set a PriorityClass for all of our OpenTelemetry Pods. Most pods objects/configs support this via
priorityClassName
. However, the TargetAllocator spec does not seem to includepriorityClassName
as a possible field.Setting
priorityClassName
on anopentelemetry.io/v1beta1:OpenTelemetryCollector
gives the collector itself the priority class, but if thetargetAllocator
is enabled within this object, it does not inherit this priority class, so there is no way to configure it.Describe the solution you'd like
Add
priorityClassName
to the target allocator spec such that it can have a priority class configured or inherit priority class from the mainOpenTelemetryCollector
object.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: