-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve descriptions by mentioning unit of measurement and how the value is reported #21
Comments
Correct. So this leaves Change to description is trickier. First it is taken from the probe description which gives definition of e.g. Critical Time - it cannot provide description for the performance counter only for the meaning of a single measurement. |
Average counters
Current counters:
Examples:
|
As discussed, the probes are only about what a single measurement represents but not how the value is converted into a metric which is up to the implementation of the probe receiver. |
I propose to close this as we want to remove the script generators altogether #46. Proposals from this issues should be used as constant text in the static script we will deliver. |
@tmasternak as #46 is now closed, we are about to release a version with a static script, with this source. Are you saying descriptions from this issue description should be comments in the script? |
I think that the original suggestion was to change both the name and the descriptions. That begin said changing the description was the main part of it. So if we could do that in the release it would be great. |
Explained to @DavidBoike that the counter names cannot be modified as that would introduce breaking changes. We probably want counter names to be backward compatible to even non-supported major versions. The counter order is also important, and must not be modified! What can be changed are the counter descriptions. These are not used in any value/index matching. |
It would be helpful for an operator to see what this unit of measurement is in the performance counter description:
Also, the descriptions of the metrics can be improved. Take a look at the counters for Logical disk:
Two descriptions were taken:
Suggested names and descriptions:
Average= -> Avg. Critical TimeAverage=> Avg. Processing Time AverageI don't think the names themselves can be adjusted anymore for the already publicly released version. So that means it must be decided for the new average counters if the current Average postfix must become a Avg. prefix
I think that the descriptions can be updated.
The text was updated successfully, but these errors were encountered: