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
For some packages like Endpoint, agent configs can only support 1 data source from that package. Those restricted data source definitions should have a property to flag that for down stream consumers.
Property name ideas: no_conflict: boolean (if true, up to 1 of same data source) no_duplicate: boolean (same as above) self_limit: number (if specified, up to the limit value of same data source)
(...naming is hard 😅)
The text was updated successfully, but these errors were encountered:
For some packages like Endpoint, agent configs can only support 1 data source from that package. Those restricted data source definitions should have a property to flag that for down stream consumers.
Property name ideas:
no_conflict: boolean
(if true, up to 1 of same data source)no_duplicate: boolean
(same as above)self_limit: number
(if specified, up to the limit value of same data source)(...naming is hard 😅)
The text was updated successfully, but these errors were encountered: