mirror of https://github.com/istio/istio.io.git
add streaming metrics (#8512)
Signed-off-by: Kuat Yessenov <kuat@google.com>
This commit is contained in:
parent
3c185d2933
commit
8eee4b0f8c
|
@ -38,6 +38,10 @@ For TCP traffic, Istio generates the following metrics:
|
|||
|
||||
* **Tcp Connections Closed** (`istio_tcp_connections_closed_total`): This is a `COUNTER` incremented for every closed connection.
|
||||
|
||||
* **gRPC Request Message Count** (`istio_request_messages_total`): This is a `COUNTER` incremented for every gRPC message sent from a client.
|
||||
|
||||
* **gRPC Response Message Count** (`istio_response_messages_total`): This is a `COUNTER` incremented for every gRPC message sent from a server.
|
||||
|
||||
## Labels
|
||||
|
||||
* **Reporter**: This identifies the reporter of the request. It is set to `destination`
|
||||
|
|
Loading…
Reference in New Issue