Skip to content

Commit

Permalink
[chore][receiver/sqlserver] Update documentation for lock wait rate m…
Browse files Browse the repository at this point in the history
…etric (#33023)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
As a result of
#32932
the metric `sqlserver.lock.wait.rate` is now available on Windows, or
when directly connecting to a SQL server instance. Since this metric is
always available, it no longer needs extended documentation about
availability.
  • Loading branch information
crobert-1 committed May 14, 2024
1 parent 105a0dc commit 4f75af7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions receiver/sqlserverreceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ This metric is only available when running on Windows.

Number of lock requests resulting in a wait.

This metric is only available when running on Windows.

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| {requests}/s | Gauge | Double |
Expand Down
1 change: 0 additions & 1 deletion receiver/sqlserverreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ metrics:
unit: "{requests}/s"
gauge:
value_type: double
extended_documentation: This metric is only available when running on Windows.
sqlserver.batch.request.rate:
enabled: true
description: Number of batch requests received by SQL Server.
Expand Down

0 comments on commit 4f75af7

Please sign in to comment.