-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: New bootstrap function #430
Conversation
51c2c80
to
dde8aae
Compare
@bendiknesbo, @hadrienk and @hawi74 here is an early draft of the implementation. So far the implementation:
We should discuss if the are other ways of ensuring that we can guarantee that the stop functions are called other than returning a cancelable context and a cancel func. I have not yet looked into metrics as I wanted to get this pattern right first, should we do metrics as a separate PR? |
fd34c50
to
16abe6f
Compare
@bendiknesbo, @hadrienk, @hawi74 should we introduce metrics improvements in this PR? Ref: |
I have added an error handler as discussed in #433 (comment) |
d264342
to
79bfb06
Compare
e0b7ea2
to
2baf280
Compare
1d5c8c3
to
f3476f7
Compare
Bootstrap function that checks for the required configuration and return a function to stop the Datadog integration. Closes: #427
f3476f7
to
696bcf7
Compare
Invalidated by push of 696bcf7
97e508a
to
1448895
Compare
1448895
to
c8ea8db
Compare
Change request is not applicable
Bootstrap function that checks for the required configuration and return a
function to stop the Datadog integration.
Closes: #427