Eric Secules created NIFI-14590:
-----------------------------------
Summary: Prometheus NiFi metrics say theyre in milliseconds but
are not
Key: NIFI-14590
URL: https://issues.apache.org/jira/browse/NIFI-14590
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Eric Secules
The following nifi prometheus metrics have help strings that claim to report
durations in milliseconds but actually report in either nanoseconds or
microseconds
* nifi_total_task_duration (actually nanoseconds)
* nifi_processing_performance_cpu_duration (actually microseconds)
* nifi_processing_performance_content_read_duration (actually microseconds)
* nifi_processing_performance_content_write_duration (actually microseconds)
* nifi_processing_performance_session_commit_duration (actually microseconds)
We should change NiFi so that it actually reports these durations in
milliseconds like their help strings say they do.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)