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_user_service: We have the serviceName set here, which currently will be one of ftl-controller, ftl-runner, or <module name>. Technically, we could use ftl-controller || ftl-runner but it would be good to be a bit more explicit.
To do this, add bool flag IsInternal to observability.Config so that Init’s callers can configure whether it’s user code or not.
Naming: is_user_service, is_internal, or similar are all fine
The text was updated successfully, but these errors were encountered:
project_name
: fromftl-project.toml
is_user_service
: We have theserviceName
set here, which currently will be one offtl-controller
,ftl-runner
, or<module name>
. Technically, we could useftl-controller || ftl-runner
but it would be good to be a bit more explicit.IsInternal
toobservability.Config
so thatInit
’s callers can configure whether it’s user code or not.The text was updated successfully, but these errors were encountered: