Skip to content

Commit dabea48

Browse files
authored
Fix minor typos in readmes (influxdata#8370)
1 parent 954387e commit dabea48

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

plugins/inputs/redis/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Additionally the plugin also calculates the hit/miss ratio (keyspace\_hitrate) a
6363
- maxmemory_policy(string)
6464
- mem_fragmentation_ratio(float, number)
6565

66-
**Persistance**
66+
**Persistence**
6767
- loading(int,flag)
6868
- rdb_changes_since_last_save(int, number)
6969
- rdb_bgsave_in_progress(int, flag)

plugins/inputs/sqlserver/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The new (version 2) metrics provide:
176176
- *Memory*: PLE, Page reads/sec, Page writes/sec, + more
177177
- *TempDB*: Free space, Version store usage, Active temp tables, temp table creation rate, + more
178178
- *Resource Governor*: CPU Usage, Requests/sec, Queued Requests, and Blocked tasks per workload group + more
179-
- *Server properties*: Number of databases in all possible states (online, offline, suspect, etc.), cpu count, physical memory, SQL Server service uptime, and SQL Server version. In the case of Azure SQL relevent properties such as Tier, #Vcores, Memory etc.
179+
- *Server properties*: Number of databases in all possible states (online, offline, suspect, etc.), cpu count, physical memory, SQL Server service uptime, and SQL Server version. In the case of Azure SQL relevant properties such as Tier, #Vcores, Memory etc.
180180
- *Wait stats*: Wait time in ms, number of waiting tasks, resource wait time, signal wait time, max wait time in ms, wait type, and wait category. The waits are categorized using the same categories used in Query Store.
181181
- *Schedulers* - This captures `sys.dm_os_schedulers`.
182182
- *SqlRequests* - This captures a snapshot of `sys.dm_exec_requests` and `sys.dm_exec_sessions` that gives you running requests as well as wait types and
@@ -205,7 +205,7 @@ These are metrics for Azure SQL Database (single database) and are very similar
205205
- AzureSQLDBMemoryClerks: Memory clerk breakdown from `sys.dm_os_memory_clerks`.
206206
= AzureSQLDBResourceGovernance: Relevant properties indicatign resource limits from `sys.dm_user_db_resource_governance`
207207
- AzureSQLDBPerformanceCounters: A select list of performance counters from `sys.dm_os_performance_counters` including cloud specific counters for SQL Hyperscale.
208-
- AzureSQLDBServerProperties: Relevant Azure SQL relevent properties from such as Tier, #Vcores, Memory etc, storage, etc.
208+
- AzureSQLDBServerProperties: Relevant Azure SQL relevant properties from such as Tier, #Vcores, Memory etc, storage, etc.
209209
- AzureSQLDBWaitstats: Wait time in ms from `sys.dm_db_wait_stats`, number of waiting tasks, resource wait time, signal wait time, max wait time in ms, wait type, and wait category. The waits are categorized using the same categories used in Query Store. These waits are collected only as of the end of the a statement. and for a specific database only.
210210
- *AzureSQLOsWaitstats*: Wait time in ms from `sys.dm_os_wait_stats`, number of waiting tasks, resource wait time, signal wait time, max wait time in ms, wait type, and wait category. The waits are categorized using the same categories used in Query Store. These waits are collected as they occur and instance wide
211211
- *AzureSQLDBRequests: Requests which are blocked or have a wait type from `sys.dm_exec_sessions` and `sys.dm_exec_requests`
@@ -218,7 +218,7 @@ These are metrics for Azure SQL Managed instance, are very similar to version 2
218218
- AzureSQLMIMemoryClerks: Memory clerk breakdown from `sys.dm_os_memory_clerks`.
219219
- AzureSQLMIResourceGovernance: Relevant properties indicatign resource limits from `sys.dm_instance_resource_governance`
220220
- AzureSQLMIPerformanceCounters: A select list of performance counters from `sys.dm_os_performance_counters` including cloud specific counters for SQL Hyperscale.
221-
- AzureSQLMIServerProperties: Relevant Azure SQL relevent properties such as Tier, #Vcores, Memory etc, storage, etc.
221+
- AzureSQLMIServerProperties: Relevant Azure SQL relevant properties such as Tier, #Vcores, Memory etc, storage, etc.
222222
- AzureSQLMIOsWaitstats: Wait time in ms from `sys.dm_os_wait_stats`, number of waiting tasks, resource wait time, signal wait time, max wait time in ms, wait type, and wait category. The waits are categorized using the same categories used in Query Store. These waits are collected as they occur and instance wide
223223
- AzureSQLMIRequests: Requests which are blocked or have a wait type from `sys.dm_exec_sessions` and `sys.dm_exec_requests`
224224
- AzureSQLMISchedulers - This captures `sys.dm_os_schedulers` snapshots.
@@ -233,7 +233,7 @@ These are metrics for Azure SQL Managed instance, are very similar to version 2
233233
- *Memory*: PLE, Page reads/sec, Page writes/sec, + more
234234
- *TempDB*: Free space, Version store usage, Active temp tables, temp table creation rate, + more
235235
- *Resource Governor*: CPU Usage, Requests/sec, Queued Requests, and Blocked tasks per workload group + more
236-
- SQLServerProperties: Number of databases in all possible states (online, offline, suspect, etc.), cpu count, physical memory, SQL Server service uptime, and SQL Server version. In the case of Azure SQL relevent properties such as Tier, #Vcores, Memory etc.
236+
- SQLServerProperties: Number of databases in all possible states (online, offline, suspect, etc.), cpu count, physical memory, SQL Server service uptime, and SQL Server version. In the case of Azure SQL relevant properties such as Tier, #Vcores, Memory etc.
237237
- SQLServerWaitStatsCategorized: Wait time in ms, number of waiting tasks, resource wait time, signal wait time, max wait time in ms, wait type, and wait category. The waits are categorized using the same categories used in Query Store.
238238
- SQLServerSchedulers - This captures `sys.dm_os_schedulers`.
239239
- SQLServerRequests - This captures a snapshot of `sys.dm_exec_requests` and `sys.dm_exec_sessions` that gives you running requests as well as wait types and

plugins/inputs/win_perf_counters/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Example:
6565

6666
_Deprecated. Necessary features on Windows Vista and newer are checked dynamically_
6767

68-
Bool, if set to `true`, the plugin will use the localized PerfCounter interface that has been present since before Vista for backwards compatability.
68+
Bool, if set to `true`, the plugin will use the localized PerfCounter interface that has been present since before Vista for backwards compatibility.
6969

7070
It is recommended NOT to use this on OSes starting with Vista and newer because it requires more configuration to use this than the newer interface present since Vista.
7171

plugins/parsers/collectd/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can also change the path to the typesdb or add additional typesdb using
3939
## Multi-value plugins can be handled two ways.
4040
## "split" will parse and store the multi-value plugin data into separate measurements
4141
## "join" will parse and store the multi-value plugin as a single multi-value measurement.
42-
## "split" is the default behavior for backward compatability with previous versions of influxdb.
42+
## "split" is the default behavior for backward compatibility with previous versions of influxdb.
4343
collectd_parse_multivalue = "split"
4444
```
4545

0 commit comments

Comments
 (0)