-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add config spec #7845
Add config spec #7845
Conversation
instances: | ||
|
||
## @param url - string - required | ||
## The Harbor HTTP url. | ||
# | ||
- url: http://<HARBOR_URL> | ||
- url: <URL> |
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.
I don't know if having http://<URL>
as an example is helpful
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.
doesn't seem like we have a default https://github.com/DataDog/integrations-core/blob/master/harbor/datadog_checks/harbor/harbor.py#L106
Codecov Report
|
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!
instances: | ||
|
||
## @param url - string - required | ||
## The Harbor HTTP url. | ||
# | ||
- url: http://<HARBOR_URL> | ||
- url: <URL> |
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.
doesn't seem like we have a default https://github.com/DataDog/integrations-core/blob/master/harbor/datadog_checks/harbor/harbor.py#L106
What does this PR do?
Add config spec for
harbor
integrationThis adds the other http configuration available
Motivation
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached