We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proposal: Add offset to CreateThresholdCheckAsync and CreateDeadmanCheckAsync for alerting
Current behavior: Unable to set offset time when using CreateThresholdCheckAsync and CreateDeadmanCheckAsync methods
Desired behavior: Pass in optional offset time with functions
Alternatives considered: Manually create alerts
Use case: Ease of development and cleaner solution
The text was updated successfully, but these errors were encountered:
Hi,
When you say offset time, what is your use-case for this offset? Is it a delay in notification?
Thanks
Sorry, something went wrong.
Yes, that is correct. To account for late data that might come in.
Thanks, Cameron
Based on the API docs, it does look like the threshold type check has a offset parameter that is not exposed in this client library.
offset
We can investigate this further, but would also be happy to see a PR with a fix to include this parameter.
Thanks!
No branches or pull requests
Proposal:
Add offset to CreateThresholdCheckAsync and CreateDeadmanCheckAsync for alerting
Current behavior:
Unable to set offset time when using CreateThresholdCheckAsync and CreateDeadmanCheckAsync methods
Desired behavior:
Pass in optional offset time with functions
Alternatives considered:
Manually create alerts
Use case:
Ease of development and cleaner solution
The text was updated successfully, but these errors were encountered: