Skip to content

Commit

Permalink
fix: fix haproxy integration metrics description
Browse files Browse the repository at this point in the history
  • Loading branch information
sigilioso committed Feb 21, 2024
1 parent 980b6ff commit 3c006bd
Showing 1 changed file with 9 additions and 9 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 @@ -1215,7 +1215,7 @@ These attributes are attached to the `HAProxyServerSample` event type:
</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 3c006bd

Please sign in to comment.