-
Notifications
You must be signed in to change notification settings - Fork 34
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
INTMDB-311: Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings #284
Conversation
…arty Integration Settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding these properties! I have just a few comments.
Password string `json:"password,omitempty"` | ||
ServiceDiscovery string `json:"serviceDiscovery,omitempty"` | ||
Scheme string `json:"scheme,omitempty"` | ||
Enabled string `json:"enabled,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enabled
is a boolean
OrgName string `json:"orgName,omitempty"` | ||
URL string `json:"url,omitempty"` | ||
Secret string `json:"secret,omitempty"` | ||
Type string `json:"type,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the unit test to use these new properties?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expanded tests to cover Teams and Prometheus feature added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for addressing all the comments! 💯
Description
Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings
Link to any related issue(s):
Type of change:
Required Checklist:
make fmt
and formatted my codeFurther comments