Skip to content

Commit

Permalink
fix(mssql): outdated metrics description
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Jun 11, 2021
1 parent 21ffe26 commit 5fb09b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24614,20 +24614,6 @@ The following table contains the metrics we collect for our infrastructure integ
</td>
</tr>

<tr>
<td>
MSSQL
</td>

<td>
`mssql.instance.buffer.cacheHitRatio`
</td>

<td>
`buffer.cacheHitRatio`
</td>
</tr>

<tr>
<td>
MSSQL
Expand Down Expand Up @@ -24998,11 +24984,11 @@ The following table contains the metrics we collect for our infrastructure integ
</td>

<td>
`mssql.instance.system.bufferPoolHit`
`mssql.instance.system.bufferPoolHitPercent`
</td>

<td>
`system.bufferPoolHit`
`system.bufferPoolHitPercent`
</td>
</tr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,16 +386,6 @@ The Microsoft SQL Server integration collects the following instance metrics. Th
</td>
</tr>

<tr>
<td>
`buffer.cacheHitRatio`
</td>

<td>
The ratio of data pages found and read from the buffer cache over all data page requests.
</td>
</tr>

<tr>
<td>
`buffer.checkpointPagesPerSecond`
Expand Down Expand Up @@ -658,7 +648,7 @@ The Microsoft SQL Server integration collects the following instance metrics. Th

<tr>
<td>
`system.bufferPoolHit`
`system.bufferPoolHitPercent`
</td>

<td>
Expand Down

0 comments on commit 5fb09b8

Please sign in to comment.