micrometer-metrics/micrometer

DNS, SSL, and TCP metrics for Apache HttpClient

クローズ

#1,617 opened on 2019/10/01

 (5 件のコメント) (0 件のリアクション) (1 人の担当者)Java (1,133 件のフォーク)batch import
enhancementhelp wantedinstrumentationmodule: micrometer-core

Repository metrics

Stars
 (4,882 個のスター)
PR merge metrics
 (平均マージ 1d 21h) (30d で 100 merged PRs)

説明

Add metrics for:

  1. DNS resolution time (inject custom DnsResolver, delegating to the user-provided resolver, and timing).
  2. SSL handshake time (inject SSLConnectionSocketFactory, delegating).
  3. TCP connect time (also in custom SSLConnectionSocketFactory).

Apply these on custom PoolingHttpClientConnectionManager.

Feedback suggests that DNS resolution/SSL handshake can go up dramatically in noisy neighbor situations.

Originally posted by @jkschneider in https://github.com/micrometer-metrics/micrometer/issues/533#issuecomment-446713248

コントリビューターガイド