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
In the current implementation of the manager all resources related to gateways are created on demand with the creation of pipelines.
The lifetime of these resources is not only connected to the existence of the pipeline but on their 'reconcilability'.
To simplify the code of our reconcilers we should bind the lifecycle of those resources to the lifecycle of the pipelines.
Details
use the owner reference mechanism to automatically delete all gateway resources when the last pipeline has been deleted
introduce a NOP pipeline-configuration for the case that (metric|trace|log)-pipelines exist, but none of them can be converted into a proper Otel configuration
The text was updated successfully, but these errors were encountered:
Description
In the current implementation of the manager all resources related to gateways are created on demand with the creation of pipelines.
The lifetime of these resources is not only connected to the existence of the pipeline but on their 'reconcilability'.
To simplify the code of our reconcilers we should bind the lifecycle of those resources to the lifecycle of the pipelines.
Details
The text was updated successfully, but these errors were encountered: