Sarah Witt created HUDI-2406:
--------------------------------
Summary: JMX Reporter does not emit TimelineService and
HoodieWrapperFileSystem metrics by default
Key: HUDI-2406
URL: https://issues.apache.org/jira/browse/HUDI-2406
Project: Apache Hudi
Issue Type: Bug
Reporter: Sarah Witt
I'm currently using the JMX Metrics Exporter. When I enabled JMX monitoring I
do not see metrics for TimelineService and HoodieWrapperFileSystem by default.
I have tried setting other config options such as
"hoodie.embed.timeline.server".
df.write.format("hudi").
options(getQuickstartWriteConfigs).
option("hoodie.metrics.reporter.type", "JMX").
option("hoodie.metrics.jmx.port", "9999").
option("hoodie.metrics.executor.enable", "true").
option(PRECOMBINE_FIELD_OPT_KEY, "ts").
option(RECORDKEY_FIELD_OPT_KEY, "uuid").
option(PARTITIONPATH_FIELD_OPT_KEY, "partitionpath").
option(TABLE_NAME, tableName).
mode(Append).
save(basePath)
Other metrics exporters such as the Datadog Exporter seem to emit these metrics
by default. Is there a reason for this? Or a config option that would enable
them?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)