[
https://issues.apache.org/jira/browse/KAFKA-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sasaki Toru updated KAFKA-3127:
-------------------------------
Description:
When we use KafkaCSVMetricsReporter, it outputs the time from started up Kafka
process.
Example(column of first one)
{quote}
\# time,value
10,3
20,3
30,3
40,3
...
{quote}
However this is inconvenience, since multiple servers are used for Kafka and it
is better to show actual time such as unix time.
was:
When we use KafkaCSVMetricsReporter, it outputs the time from started up Kafka
process.
Example(column of first one)
# time,value
10,3
20,3
30,3
40,3
...
However this is inconvenience, since multiple servers are used for Kafka and it
is better to show actual time such as unix time.
> Output unix time when use KafkaCSVMetricsReporter
> -------------------------------------------------
>
> Key: KAFKA-3127
> URL: https://issues.apache.org/jira/browse/KAFKA-3127
> Project: Kafka
> Issue Type: Improvement
> Reporter: Sasaki Toru
>
> When we use KafkaCSVMetricsReporter, it outputs the time from started up
> Kafka process.
> Example(column of first one)
> {quote}
> \# time,value
> 10,3
> 20,3
> 30,3
> 40,3
> ...
> {quote}
> However this is inconvenience, since multiple servers are used for Kafka and
> it is better to show actual time such as unix time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)