Skip to content
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

Merged
merged 14 commits into from
Mar 20, 2020
Merged

Conversation

hithwen
Copy link
Contributor

@hithwen hithwen commented Feb 17, 2020

Also adds base pdh specs

@hithwen hithwen requested review from a team as code owners February 17, 2020 15:58
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
Co-Authored-By: Ofek Lev <ofekmeister@gmail.com>
Copy link
Contributor

@ruthnaebeck ruthnaebeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs review

active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
active_directory/assets/configuration/spec.yaml Outdated Show resolved Hide resolved
hithwen and others added 4 commits February 21, 2020 12:10
Co-Authored-By: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com>
…integrations-core into julia/confspec/active_directory
@codecov
Copy link

codecov bot commented Feb 21, 2020

Codecov Report

Merging #5762 into master will increase coverage by 0.22%.
The diff coverage is n/a.

Impacted Files Coverage Δ
...ectory/datadog_checks/active_directory/__init__.py 100.00% <0.00%> (ø)
active_directory/tests/common.py 100.00% <0.00%> (ø)
active_directory/tests/test_active_directory.py 100.00% <0.00%> (ø)
...atadog_checks/active_directory/active_directory.py 100.00% <0.00%> (ø)
...ctory/datadog_checks/active_directory/__about__.py 100.00% <0.00%> (ø)
...atadog_checks_dev/datadog_checks/dev/structures.py 86.88% <0.00%> (+4.91%) ⬆️


## @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
Copy link
Contributor Author

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?

@hithwen hithwen requested a review from ofek February 21, 2020 12:41
ruthnaebeck
ruthnaebeck previously approved these changes Feb 21, 2020
Copy link
Contributor

@ruthnaebeck ruthnaebeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 for docs

@hithwen hithwen requested a review from a team as a code owner March 19, 2020 11:46
@hithwen hithwen requested a review from ofek March 19, 2020 11:46
@@ -0,0 +1,59 @@
- name: host
required: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
required: false

example: .
type: string
- name: username
required: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
required: false

value:
type: string
- name: additional_metrics
required: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
required: false

value:
type: string
- name: password
required: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
required: false
secret: true

items:
type: string
- name: counter_data_types
required: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
required: false

Copy link
Contributor

@ruthnaebeck ruthnaebeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 for docs

@hithwen hithwen merged commit 887524a into master Mar 20, 2020
@hithwen hithwen deleted the julia/confspec/active_directory branch March 20, 2020 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants