Skip to content

Commit

Permalink
[doc] Add info for HTTP/2 connection pool metrics (#3094)
Browse files Browse the repository at this point in the history
Related to #3080
  • Loading branch information
violetagg authored Mar 11, 2024
1 parent 0bd7920 commit 106273c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/asciidoc/http-client-conn-provider.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@ It exposes all metrics with a prefix of `reactor.netty.connection.provider`.

include::conn-provider-metrics.adoc[]

The following table provides information for the HTTP client metrics when it is configured to serve `HTTP/2` traffic:

[width="100%",options="header"]
|=======
| metric name | type | description
| reactor.netty.connection.provider.active.streams | Gauge | The number of the active HTTP/2 streams.
See <<observability-metrics-active-streams>>
| reactor.netty.connection.provider.pending.streams | Gauge | The number of requests that are waiting for opening HTTP/2 stream.
See <<observability-metrics-pending-streams>>
|=======

The following example enables that integration:

====
Expand Down

0 comments on commit 106273c

Please sign in to comment.