-
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 specs to active_directory #5762
Conversation
Co-Authored-By: Ofek Lev <ofekmeister@gmail.com>
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.
Docs review
Co-Authored-By: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com>
…integrations-core into julia/confspec/active_directory
Codecov Report
|
active_directory/datadog_checks/active_directory/data/conf.yaml.example
Outdated
Show resolved
Hide resolved
|
||
## @param tags - list of key:value element - optional | ||
## List of tags to attach to every metric, event and service check emitted by this integration. | ||
## @param tags - list of strings - optional |
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.
A way to include the key:value on the description?
datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/pdh.yaml
Outdated
Show resolved
Hide resolved
datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/pdh.yaml
Outdated
Show resolved
Hide resolved
datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/pdh.yaml
Show resolved
Hide resolved
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.
👍 for docs
active_directory/datadog_checks/active_directory/data/conf.yaml.example
Outdated
Show resolved
Hide resolved
active_directory/datadog_checks/active_directory/data/conf.yaml.example
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,59 @@ | |||
- name: host | |||
required: false |
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.
required: false |
example: . | ||
type: string | ||
- name: username | ||
required: false |
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.
required: false |
value: | ||
type: string | ||
- name: additional_metrics | ||
required: false |
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.
required: false |
value: | ||
type: string | ||
- name: password | ||
required: false |
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.
required: false | |
secret: true |
items: | ||
type: string | ||
- name: counter_data_types | ||
required: false |
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.
required: false |
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.
👍 for docs
Also adds base pdh specs