Commit Graph

18 Commits

Author SHA1 Message Date
Steven Owatemi f97ac3fb66 Update collector.mssql.md
Signed-off-by: Steven Owatemi <isosteven@gmail.com>
2024-02-16 16:48:22 +00:00
Manuel Hernandez 0a75d72610
Update collector.mssql.md
Update metric types from counter to gauge to match code

Signed-off-by: Manuel Hernandez <106690360+Mak0tin@users.noreply.github.com>
2023-03-21 15:49:32 +01:00
Shiva Prasad 8f05e77b0a
Update collector.mssql.md
Corrected the buffer cache hit ratio PromQL

Signed-off-by: Shiva Prasad <sr7231@gmail.com>
2022-09-21 15:27:34 +05:30
Benjamin Blattberg 1b96bb6d08
Add MSSQL Wait Statistics (#793)
Signed-off-by: benjaminjb <benjamin.blattberg@gmail.com>
2021-06-29 21:32:08 +02:00
Ben Reedy 59ba77b87f
Rename mssql instance label to mssql_instance
Instance label is conflicting with default Prometheus "instance" label
which is added when scraping targets.

Signed-off-by: Ben Reedy <breed808@breed808.com>
2020-12-31 09:36:36 +10:00
Ben Reedy 7eab1fc411 Set mssql transactions_active to Gauge.
Change also renames metric to avoid confusion.

Signed-off-by: Ben Reedy <breed808@breed808.com>
2020-10-23 06:42:48 +10:00
Alexey Shumkin 3bf94cdaf6
Fix metrics description
`windows_mssql_locks_lock_timeouts` and
`windows_mssql_locks_lock_timeouts_excluding_NOWAIT` metrics have
exchanged descriptions.

According to
https://docs.microsoft.com/en-us/sql/relational-databases/performance-monitor/sql-server-locks-object
    ---
    Lock Timeouts     | Number of lock requests per second that
    (timeout > 0)/sec | timed out, but excluding requests for NOWAIT locks.
    ---
    Lock Timeouts/sec | Number of lock requests per second that timed
                      | out, including requests for NOWAIT locks.
    ---

Metrics gathered are correct but descriptions are exchanged.

Signed-off-by: Alexey Shumkin <Alex.Crezoff@gmail.com>
2020-10-09 14:16:06 +03:00
Calle Pettersson a1db538118 Update docs 2020-05-24 21:01:49 +02:00
sebastian.poxhofer 6dad58fc8f rework mssql cache metrics 2020-03-02 22:34:17 +01:00
basift 90b197450e
Update collector.mssql.md (#436)
Update collector.mssql.md
2020-02-16 13:29:24 +01:00
Поляков Игорь a90f9cda0f Change transaction_conflict_ratio to total 2019-08-04 17:13:41 +03:00
Поляков Игорь 8251ddd176 Docs for mssql transactions 2019-08-04 03:04:00 +03:00
Поляков Игорь 37d1c4e958 Errors counter renamed 2019-08-03 20:24:02 +03:00
Поляков Игорь cb6a91b705 Typo fix 2019-08-01 17:58:44 +03:00
Поляков Игорь 4d9fb1be72 Added missing comments 2019-08-01 17:57:45 +03:00
Поляков Игорь 27e26037e3 Added collector for SQLErrors counter 2019-08-01 17:55:44 +03:00
Calle Pettersson 080f80eb26 Fix broken summary table in collector docs (#286) 2018-11-18 22:26:38 +01:00
Calle Pettersson 9ed68ae86c Collector documentation (#113)
* Initial draft of collector documentation

* Add docs for all collectors

* Update main README with links to docs

* Fix link syntax
2018-11-18 17:05:37 +01:00