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
attribute creationTime @ https://github.com/ExpediaDotCom/alert-manager/blob/master/api/src/main/java/com/expedia/alertmanager/model/Alert.java#L35 doesn't mention the unit though it expects it be in epoch seconds. So a better name for this would be creationTimeInSeconds?
creationTime
creationTimeInSeconds
We need to notify our clients before we make this change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
attribute
creationTime
@ https://github.com/ExpediaDotCom/alert-manager/blob/master/api/src/main/java/com/expedia/alertmanager/model/Alert.java#L35doesn't mention the unit though it expects it be in epoch seconds.
So a better name for this would be
creationTimeInSeconds
?We need to notify our clients before we make this change.
The text was updated successfully, but these errors were encountered: