Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 24753200D0E for ; Tue, 26 Sep 2017 11:15:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 22D1B1609C1; Tue, 26 Sep 2017 09:15:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 679161609B4 for ; Tue, 26 Sep 2017 11:15:53 +0200 (CEST) Received: (qmail 67273 invoked by uid 500); 26 Sep 2017 09:15:52 -0000 Mailing-List: contact dev-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list dev@openwhisk.apache.org Received: (qmail 67262 invoked by uid 99); 26 Sep 2017 09:15:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2017 09:15:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B2D8E1828D7 for ; Tue, 26 Sep 2017 09:15:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.003 X-Spam-Level: X-Spam-Status: No, score=-5.003 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id eu2qvdo6yHb8 for ; Tue, 26 Sep 2017 09:15:50 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 511185FB89 for ; Tue, 26 Sep 2017 09:15:49 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 230E2883A2 for ; Tue, 26 Sep 2017 09:15:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 230E2883A2 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jpkroehling@redhat.com Received: from [10.40.204.251] (ovpn-204-251.brq.redhat.com [10.40.204.251]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B177B614D0 for ; Tue, 26 Sep 2017 09:15:47 +0000 (UTC) Subject: Re: Distributed Tracing support PR To: dev@openwhisk.apache.org References: From: =?UTF-8?Q?Juraci_Paix=c3=a3o_Kr=c3=b6hling?= Message-ID: Date: Tue, 26 Sep 2017 11:15:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 26 Sep 2017 09:15:48 +0000 (UTC) archived-at: Tue, 26 Sep 2017 09:15:54 -0000 +1 from me as well! If you need someone to discuss the technicalities of OpenTracing and/or want to test it with another backend (Jaeger), let me know. - Juca. On 09/26/2017 08:22 AM, Markus Thömmes wrote: > Hi, > > I think OpenTracing will be a great way to implement this, so we don't > need to write SPIs for every tracing backend there is but OpenTracing > already handles that for us. > > +1 > > Cheers, > Markus > > Am 26. September 2017 um 08:20 schrieb "sandy801@gmail.com" > : > >> Hi, >> >> sometime back I had created PR adding distributed tracing support - >> https://github.com/apache/incubator-openwhisk/pull/2282 >> The current tracing support is based on zipkin akka-tracing library. >> >> Recently, Adrian had mentioned in one of comments that the same lib is >> not under active development and is probably dead. Given this I wanted >> to change the tracing support implementation and make use of >> OpenTracing (http://opentracing.io/ ). >> OpenTracing will still allow to connect to a zipkin tracing server or >> any other tracing solution. >> >> I wanted to know everyone thoughts on the use of OpenTracing. >> >> thanks, >> Sandeep Paliwal