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 2058D200C09 for ; Wed, 25 Jan 2017 18:59:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1F0B0160B5A; Wed, 25 Jan 2017 17:59: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 96906160B4E for ; Wed, 25 Jan 2017 18:59:11 +0100 (CET) Received: (qmail 95726 invoked by uid 500); 25 Jan 2017 17:59:10 -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 95582 invoked by uid 99); 25 Jan 2017 17:59: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; Wed, 25 Jan 2017 17:59:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 724B4DFC12; Wed, 25 Jan 2017 17:59: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: <20170125175910.724B4DFC12@git1-us-west.apache.org> Date: Wed, 25 Jan 2017 17:59:10 +0000 (UTC) archived-at: Wed, 25 Jan 2017 17:59:12 -0000 Github user max3163 commented on the issue: https://github.com/apache/jmeter/pull/253 When we flush metrics in the teardownTest method, why the start annotations is not send too ? For my remark, I just want to put tags as tag and not as field. The user can put whatever he want too and it's more logic int influxdb sense to have Tags as tag. I just propose this : influxdbMetricsManager.addMetric(EVENTS_FOR_ANNOTATION, TAG_APPLICATION + application + ",title=ApacheJMeter,tags=" + AbstractInfluxdbMetricsSender.tagToStringValue(tags) , "text=\"" + AbstractInfluxdbMetricsSender .fieldToStringValue(testTitle + " started") + "\"" ); And add a new parameter call tags as parameter of the backend. If you are OK, I will push a new PR in this sense ? I think it's important to let influxdb index this parameter (only tag are indexed ) and just keep the text value as field. --- 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. ---