From issues-return-95776-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Wed Apr 15 10:55:02 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 26B7A18065C for ; Wed, 15 Apr 2020 12:55:02 +0200 (CEST) Received: (qmail 44921 invoked by uid 500); 15 Apr 2020 10:55:01 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 44908 invoked by uid 99); 15 Apr 2020 10:55:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2020 10:55:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A08BEE0F34 for ; Wed, 15 Apr 2020 10:55:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 1EDCF7800F2 for ; Wed, 15 Apr 2020 10:55:00 +0000 (UTC) Date: Wed, 15 Apr 2020 10:55:00 +0000 (UTC) From: "Pierre Villard (Jira)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (NIFI-6977) Change the reporting behavior of Azure Reporting task to report the time when metrics are generated, not the metrics injection time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NIFI-6977?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-6977. ---------------------------------- Fix Version/s: 1.12.0 Resolution: Fixed > Change the reporting behavior of Azure Reporting task to report the time = when metrics are generated, not the metrics injection time > -------------------------------------------------------------------------= ---------------------------------------------------------- > > Key: NIFI-6977 > URL: https://issues.apache.org/jira/browse/NIFI-6977 > Project: Apache NiFi > Issue Type: Bug > Components: Extensions > Affects Versions: 1.10.0 > Reporter: Seokwon Yang > Assignee: Seokwon Yang > Priority: Critical > Fix For: 1.12.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > By default, azure log analytics set the TimeGenerated column with the tim= e the reporting is injected.=C2=A0 > From the cluster dashboard perspective, this default behavior should chan= ge to collect the time of metrics collected in each cluster node. > According to this reference([https://docs.microsoft.com/en-us/azure/azure= -monitor/platform/data-collector-api#request-headers]), patch is needed to = set TimeGenerated field by our Reporting task. > In short, this behavior change requires that headers include 'time-genera= ted-field'. > =C2=A0 > =C2=A0 -- This message was sent by Atlassian Jira (v8.3.4#803005)