Skip to content

Commit

Permalink
Merge pull request newrelic#16239 from sigilioso/NR-150571-nri-haprox…
Browse files Browse the repository at this point in the history
…y-metrics-unit

fix: haproxy integration metrics description and naming
  • Loading branch information
bradleycamacho authored Mar 6, 2024
2 parents bcfe5f7 + 2726b20 commit 912cf41
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ These attributes are attached to the `HAProxyBackendSample` event type:
</td>

<td>
Average connect time over the 1024 last requests, in milliseconds.
Average connect time over the 1024 last requests, in seconds.
</td>
</tr>

Expand All @@ -465,7 +465,7 @@ These attributes are attached to the `HAProxyBackendSample` event type:
</td>

<td>
Average queue time over the 1024 last requests, in milliseconds.
Average queue time over the 1024 last requests, in seconds.
</td>
</tr>

Expand All @@ -475,7 +475,7 @@ These attributes are attached to the `HAProxyBackendSample` event type:
</td>

<td>
Average response time over the 1024 last requests, in milliseconds.
Average response time over the 1024 last requests, in seconds.
</td>
</tr>

Expand All @@ -485,7 +485,7 @@ These attributes are attached to the `HAProxyBackendSample` event type:
</td>

<td>
Average total session time over the 1024 last requests, in milliseconds.
Average total session time over the 1024 last requests, in seconds.
</td>
</tr>

Expand Down Expand Up @@ -1211,11 +1211,11 @@ These attributes are attached to the `HAProxyServerSample` event type:

<tr>
<td>
`server.agentDurationInSeconds`
`server.agentDurationSeconds`
</td>

<td>
Time taken to finish last check, in milliseconds.
Time taken to finish last check, in seconds.
</td>
</tr>

Expand Down Expand Up @@ -1245,7 +1245,7 @@ These attributes are attached to the `HAProxyServerSample` event type:
</td>

<td>
Average connect time over the 1024 last requests, in milliseconds.
Average connect time over the 1024 last requests, in seconds.
</td>
</tr>

Expand All @@ -1255,7 +1255,7 @@ These attributes are attached to the `HAProxyServerSample` event type:
</td>

<td>
Average queue time over the 1024 last requests, in milliseconds.
Average queue time over the 1024 last requests, in seconds.
</td>
</tr>

Expand All @@ -1265,7 +1265,7 @@ These attributes are attached to the `HAProxyServerSample` event type:
</td>

<td>
Average response time over the 1024 last requests, in milliseconds.
Average response time over the 1024 last requests, in seconds.
</td>
</tr>

Expand All @@ -1275,7 +1275,7 @@ These attributes are attached to the `HAProxyServerSample` event type:
</td>

<td>
Average total session time over the 1024 last requests, in milliseconds.
Average total session time over the 1024 last requests, in seconds.
</td>
</tr>

Expand Down

0 comments on commit 912cf41

Please sign in to comment.