twitter/finagle

Add com.twitter.finagle.zipkin.core.Endpoint.ipv6

開放

#526 建立於 2016年7月13日

 (6 則留言) (0 個反應) (0 位負責人)Scala (1,435 個分叉)batch import
good first issue

倉庫指標

星標
 (8,864 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

We currently support logging of only IPv4 addresses. Starting with Zipkin 1.4, endpoints can omit IPv4 (by setting Endpoint.ipv4 to 0), and optionally log Endpoint.ipv6 as the raw 16byte address. https://github.com/openzipkin/zipkin-api/blob/master/thrift/zipkinCore.thrift#L276

It looks like the most pivotal change is updating com.twitter.finagle.zipkin.core.Endpoint.ipv6

cc @sveinnfannar

貢獻者指南