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 51C45200C00 for ; Wed, 18 Jan 2017 20:32:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 50956160B43; Wed, 18 Jan 2017 19:32:33 +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 C0AE1160B22 for ; Wed, 18 Jan 2017 20:32:32 +0100 (CET) Received: (qmail 12931 invoked by uid 500); 18 Jan 2017 19:32:32 -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 12920 invoked by uid 99); 18 Jan 2017 19:32:31 -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; Wed, 18 Jan 2017 19:32:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 994ECDFA85; Wed, 18 Jan 2017 19:32:31 +0000 (UTC) From: max3163 To: dev@jmeter.apache.org Reply-To: dev@jmeter.apache.org Message-ID: Subject: [GitHub] jmeter pull request #253: Fix issue with annotation and implement remarks fr... Content-Type: text/plain Date: Wed, 18 Jan 2017 19:32:31 +0000 (UTC) archived-at: Wed, 18 Jan 2017 19:32:33 -0000 GitHub user max3163 opened a pull request: https://github.com/apache/jmeter/pull/253 Fix issue with annotation and implement remarks from last PR #246 This PR fix a problem we encountered on the annotation metric : Field string have to be quoted and just escape ". I have taken your remarks into account and add the timestamp for each metrics and I use now the HttpAsyncClient. I add basic technical configuration too. You can merge this pull request into a Git repository by running: $ git pull https://github.com/max3163/jmeter Influxdb Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jmeter/pull/253.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #253 ---- commit 619717ae7a948cbea15abebf864fc45eabf18330 Author: Maxime Chassagneux Date: 2017-01-18T18:15:56Z Fix issue with annotation and implement remarks from last PR Fix a problem with escape charactere on field ( i.e annotation ) Add timestamp Add HttpAsyncClient Add some technical configurations ---- --- 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. ---