[
https://issues.apache.org/jira/browse/HUDI-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinoth Chandar updated HUDI-2406:
---------------------------------
Fix Version/s: 0.14.0
(was: 1.0.0)
> 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
> Priority: Minor
> Fix For: 0.14.0
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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.20.10#820010)