Merge pull request #1043 from breed808/ci_spellcheck

Fix broken Spellcheck CI job
This commit is contained in:
Ben Reedy
2022-08-20 21:55:56 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ jobs:
with:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: ./.git
skip: ./.git,go.mod,go.sum
ignore_words_list: calle
build:

View File

@@ -16,7 +16,7 @@ Enabled by default? | No
Lists the Perflib Objects that are queried for data along with the perlfib object id
### `--collectors.exchange.enabled`
Comma-separated list of collectors to use, for example: `--collectors.exchange.enabled=AvailabilityService,OutlookWebAccess`. Matching is case-sensetive. Depending on the exchange installation not all performance counters are available. Use `--collectors.exchange.list` to obtain a list of supported collectors.
Comma-separated list of collectors to use, for example: `--collectors.exchange.enabled=AvailabilityService,OutlookWebAccess`. Matching is case-sensitive. Depending on the exchange installation not all performance counters are available. Use `--collectors.exchange.list` to obtain a list of supported collectors.
## Metrics
Name | Description