4.14. Micrometer メトリクスの変更


以下のセクションでは、Micmeter メトリクスの変更点を説明します。

4.14.1. TCP の送受信バイト数は、同等の HTTP 要求と応答サマリーを持つカウンターとして記録

本リリース以前は、以下のメトリクスはソケットのディストリビューションサマリーとして記録されていました。Eclipse Vert.x 4 以降では、これらのメトリクスはカウンターとしてログに記録され、交換されたデータ量を報告します。

  • Net クライアント

    • vertx_net_client_bytes_read
    • vertx_net_client_bytes_written
  • Net サーバー

    • vertx_net_server_bytes_read
    • vertx_net_server_bytes_written

これらのカウンターでは、HTTP 用に同等のディストリビューションサマリーが導入されました。これらのサマリーは、要求および応答のサイズに関する情報を収集するために使用されます。

  • HTTP クライアント

    • vertx_http_client_request_bytes
    • vertx_http_client_response_bytes
  • HTTP サーバー

    • vertx_http_server_request_bytes
    • vertx_http_server_response_bytes

4.14.2. メトリクスの名前変更

以下のメトリクスの名前が変更されました。

Expand
旧メトリクス名新メトリクス名コンポーネントの更新

*_connections

*_active_connections

Net クライアントおよびサーバー

HTTP クライアントおよびサーバー

*_bytesReceived

*_bytes_read

データグラム

Net クライアントおよびサーバー

HTTP クライアントおよびサーバー

*_bytesSent

*_bytes_written

データグラム

Net クライアントおよびサーバー

HTTP クライアントおよびサーバー

*_requests

*_active_requests

HTTP クライアント

HTTP サーバー

*_requestCount_total

*_requests_total

HTTP クライアント

HTTP サーバー

*_responseTime_seconds

*_response_time_seconds

HTTP クライアント

HTTP サーバー

*_responseCount_total

*_responses_total

HTTP クライアント

HTTP サーバー

*_wsConnections

*_active_ws_connections

HTTP クライアント

HTTP サーバー

vertx_http_client_queue_delay_seconds

vertx_http_client_queue_time_seconds

 

vertx_http_client_queue_size

vertx_http_client_queue_pending

 

vertx_http_server_requestResetCount_total

vertx_http_server_request_resets_total

 

vertx_eventbus_bytesWritten

vertx_eventbus_bytes_written

 

vertx_eventbus_bytesRead

vertx_eventbus_bytes_read

 

vertx_eventbus_replyFailures

vertx_eventbus_reply_failures

 

vertx_pool_queue_delay_seconds

vertx_pool_queue_time_seconds

 

vertx_pool_queue_size

vertx_pool_queue_pending

 

vertx_pool_inUse

vertx_pool_in_use

 
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

Red Hat ドキュメントについて

Legal Notice

Theme

© 2026 Red Hat
トップに戻る