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 7F6C5200C03 for ; Sat, 21 Jan 2017 12:17:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7E0E1160B4A; Sat, 21 Jan 2017 11:17:12 +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 C8195160B3C for ; Sat, 21 Jan 2017 12:17:11 +0100 (CET) Received: (qmail 6229 invoked by uid 500); 21 Jan 2017 11:17:11 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 6210 invoked by uid 99); 21 Jan 2017 11:17:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2017 11:17:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 98B21DFB0E; Sat, 21 Jan 2017 11:17:10 +0000 (UTC) From: max3163 To: dev@jmeter.apache.org Reply-To: dev@jmeter.apache.org References: In-Reply-To: Subject: [GitHub] jmeter issue #253: Fix issue with annotation and implement remarks from last... Content-Type: text/plain Message-Id: <20170121111710.98B21DFB0E@git1-us-west.apache.org> Date: Sat, 21 Jan 2017 11:17:10 +0000 (UTC) archived-at: Sat, 21 Jan 2017 11:17:12 -0000 Github user max3163 commented on the issue: https://github.com/apache/jmeter/pull/253 Hi, In your implementation of annotations you add "Tags" as "Field" with the same value as the the first tag. I don't understand why you want to put this tag as field ? If you realy want to have a tags, you could try like this : events application=foo,tags=START,title=ApacheJMeter text="title test name started" and for the end : events application=foo,tags=END,title=ApacheJMeter text="title test name ended" 2017-01-21 11:10 GMT+01:00 Philippe M : > Hello @max3163 , > I merged this PR with following fixes/changes: > > - Added more configuration on Async Http Client (Reactor) > - Fixed that End annotation not being sent > - Fixed the label in annotation containing " > - Restored back tags in annotation (is there any reason why you > removed them in last PR ?) > - Isolated properties for this implementation and Graphite one > - Renamed properties. > > Could you test in your environment and give feedback ? > Thank you for your work. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > , or mute > the thread > > . > --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---