-
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
[pdh] improvements + integrations should use wheel if available #1183
Merged
Merged
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
79a7d49
[pdh] improvements + integrations should use wheel if available
truthbk a8f5975
[ci] pin to right dd-agent version until merged
truthbk 138b03a
[active_directory] cleaner import for PDH base
truthbk a85873c
[active_directory] run flake8 on linux/mac
truthbk f828534
[aspdotnet] run flake8 in linux/mac
truthbk 38d2cac
[pdh] nit
truthbk d5706ae
[pdh_check] to use wheels implementation of the pdh_check
truthbk ac97b13
[active_directory] updating changelog
truthbk 116bce2
[aspdotnet] bumping check version
truthbk c26d8b9
[datadog_checks_base] updating changelog
truthbk 0aad5cb
[dotnetclr] bumping check version
truthbk f44e8ba
[exchange_server] bumping check version
truthbk c55beec
[iis] updating changelog
truthbk 627423c
[PDH] bumping check version
truthbk 598e2f1
[changelogs] marking down
truthbk 5aa50b9
[pdh_check][test] migrating to pytest
truthbk 14f19fb
[pytest] multiple fixes for windows checks
truthbk 1016587
[pdh_check] fix datadog_checks __path__
truthbk e175f6b
[appveyor] removing unnecessary wheel installs + flake fix
truthbk 8f28f6f
[pdh][skip ci] restoring dd-agent to "master`
truthbk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# integration pip requirements | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# pip-compile --generate-hashes --output-file requirements.txt requirements.in | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ environment: | |
NOSE_FILTER: not unix and not fixme and not winfixme | ||
PYWIN_PATH: C:\projects\integrations-core\.cache\pywin32-py2.7.exe | ||
SKIP_LINT: true | ||
DD_AGENT_BRANCH: master | ||
DD_AGENT_BRANCH: jaime/pdhwheel | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Must be switched back to |
||
SDK_TESTING: true | ||
PYTHON: C:\Python27-x64 | ||
PYTHON_VERSION: 2.7.13 | ||
|
@@ -53,30 +53,12 @@ install: | |
- ps: (& "$env:PYTHON/Scripts/pip.exe" install -r requirements.txt) | ||
- ps: (& "$env:PYTHON/Scripts/pip.exe" install .) | ||
- cd .. | ||
- cd iis | ||
- ps: (& "$env:PYTHON/Scripts/pip.exe" install .) | ||
- cd .. | ||
- cd windows_service | ||
- ps: (& "$env:PYTHON/Scripts/pip.exe" install .) | ||
- cd .. | ||
- cd wmi_check | ||
- ps: (& "$env:PYTHON/Scripts/pip.exe" install .) | ||
- cd .. | ||
- cd pdh_check | ||
- ps: (& "$env:PYTHON/Scripts/pip.exe" install .) | ||
- cd .. | ||
- cd aspdotnet | ||
- ps: (& "$env:PYTHON/Scripts/pip.exe" install .) | ||
- cd .. | ||
- cd active_directory | ||
- ps: (& "$env:PYTHON/Scripts/pip.exe" install .) | ||
- cd .. | ||
- cd dotnetclr | ||
- ps: (& "$env:PYTHON/Scripts/pip.exe" install .) | ||
- cd .. | ||
- cd exchange_server | ||
- ps: (& "$env:PYTHON/Scripts/pip.exe" install .) | ||
- cd .. | ||
build: off | ||
test_script: | ||
- bundle exec rake ci:run[default] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,28 @@ | ||
# CHANGELOG - datadog_checks | ||
|
||
## 1.2.2 / Unreleased | ||
1.2.2 / Unreleased | ||
================== | ||
|
||
* [BUG] Prometheus requests can use an insecure option | ||
* [BUG] Correctly handle missing counters/strings in PDH checks when possible | ||
* [BUG] Fix Prometheus Scrapper logger | ||
* [SANITY] Clean-up export for `PDHBaseCheck` + export `WinPDHCounter`. [#1183][] | ||
|
||
## 1.2.1 / 2018-03-23 | ||
1.2.1 / 2018-03-23 | ||
================== | ||
|
||
* [BUG] Correctly handle internationalized versions of Windows in the PDH library. | ||
* [FEATURE] Keep track of Service Checks in the Aggregator stub. | ||
|
||
## 1.1.0 / 2018-03-23 | ||
1.1.0 / 2018-03-23 | ||
================== | ||
|
||
* [FEATURE] Add a generic prometheus check base class & rework prometheus check using a mixin | ||
|
||
## 1.0.0 / 2017-03-22 | ||
1.0.0 / 2017-03-22 | ||
================== | ||
|
||
* [FEATURE] adds `datadog_checks` | ||
|
||
<!--- The following link definition list is generated by PimpMyChangelog ---> | ||
[#1183]: https://github.com/DataDog/integrations-core/issues/1183 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
# CHANGELOG - wmi_check | ||
# CHANGELOG - exchange_server | ||
|
||
1.1.0 / Unreleased | ||
================== | ||
|
||
### Changes | ||
|
||
* [Update] Migrate to new wheels packaging and test framework | ||
* [SANITY] Clean-up import for `PDHBaseCheck` from `datadog-checks-base` wheel. [#1183][] | ||
|
||
|
||
1.0.0 / 2017-03-22 | ||
================== | ||
|
||
### Changes | ||
|
||
* [FEATURE] adds wmi_check integration. | ||
|
||
<!--- The following link definition list is generated by PimpMyChangelog ---> | ||
[#1183]: https://github.com/DataDog/integrations-core/issues/1183 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
{ | ||
"maintainer": "[email protected]", | ||
"manifest_version": "0.1.1", | ||
"max_agent_version": "6.0.0", | ||
"manifest_version": "1.0.0", | ||
"min_agent_version": "5.21.0", | ||
"name": "pdh_check", | ||
"short_description": "Collect and graph any Windows PDH metrics.", | ||
"support": "core", | ||
"supported_os": [ | ||
"windows" | ||
], | ||
"version": "1.2.0", | ||
"guid": "D09B3410-00A0-4789-ABD7-7740C3FE211F", | ||
"public_title": "Datadog-Pdh Check Integration", | ||
"categories":["os & system"], | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Must be switched back to
master
after DataDog/dd-agent#3691 is merged.