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

Support new implementation of Windows performance counters on Python 3 #10546

Merged
merged 2 commits into from
Dec 1, 2021

Conversation

ofek
Copy link
Contributor

@ofek ofek commented Nov 3, 2021

Motivation

See #10504

@ofek ofek requested a review from a team as a code owner November 3, 2021 03:54
@ghost ghost added the integration/iis label Nov 3, 2021
@ofek ofek requested a review from a team as a code owner November 5, 2021 15:38
Base automatically changed from ofek/pdh to master November 12, 2021 20:11
@codecov
Copy link

codecov bot commented Nov 23, 2021

Codecov Report

Merging #10546 (db5152c) into master (801e271) will increase coverage by 0.01%.
The diff coverage is 97.10%.

Flag Coverage Δ
iis 94.35% <97.10%> (+1.33%) ⬆️
postgres 91.58% <ø> (+0.30%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@ofek ofek requested a review from a team as a code owner November 30, 2021 22:40
@ghost ghost added the documentation label Nov 30, 2021
@@ -39,30 +40,7 @@ files:
compact_example: false
items:
type: string
- name: is_2008
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Doesn't do anything

Comment on lines -64 to -65
additional_metrics.value.example:
- ['Web Service', none, 'CGI Requests/sec', iis.httpd_request_method.cgi, gauge]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not working, I made a card to fix config spec nested overrides

@ofek ofek merged commit 13937da into master Dec 1, 2021
@ofek ofek deleted the ofek/iis branch December 1, 2021 03:56
cswatt pushed a commit that referenced this pull request Jan 5, 2022
#10546)

* Support new implementation of Windows performance counters on Python 3

* address
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.

2 participants