Seokwon Yang created NIFI-6977:
----------------------------------
Summary: Change the reporting behavior to report the time when
metrics are generated in Azure Reporting task
Key: NIFI-6977
URL: https://issues.apache.org/jira/browse/NIFI-6977
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Affects Versions: 1.10.0
Reporter: Seokwon Yang
Assignee: Seokwon Yang
By default, azure log analytics set the TimeGenerated column with the time the
reporting is injected.
>From the cluster dashboard perspective, this default behavior should change 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 '*TimeGenerated*'.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)