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
The global targets are injected to the checks config into their target field. This was ok for the target manager MVP but the checks will become more complex and not every check can implement a string slice as target field.
Solution Description
Add a dedicated global targets field to the checks config structs. This field can then be merged into the targets field by the check itself depending on its config implementation.
Who can address the issue?
Everyone
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Problem Description
The global targets are injected to the checks config into their
target
field. This was ok for the target manager MVP but the checks will become more complex and not every check can implement a string slice as target field.Solution Description
Add a dedicated global targets field to the checks config structs. This field can then be merged into the targets field by the check itself depending on its config implementation.
Who can address the issue?
Everyone
Additional Context
No response
The text was updated successfully, but these errors were encountered: