Skip to main content
Ent+
This feature is available as an add-on for the Honeycomb Enterprise plan. Please contact your Honeycomb account team for details.

Supported Platforms

PlatformMetricsLogsTraces
Linuxโœ“โœ“
Windowsโœ“โœ“
macOSโœ“โœ“

Configuration Table

ParameterTypeDefaultDescription
telemetry_typestelemetrySelector["Logs", "Metrics"]Choose Telemetry Type.
collection_intervalint60Sets how often (seconds) to scrape for metrics.
addressstringlocalhostIP address or hostname to scrape for JMX metrics.
portint8004Port to scrape for JMX metrics.
jar_pathstringโ€/opt/opentelemetry-java-contrib-jmx-metrics.jarโ€Full path to the JMX metrics jar.
enable_datanode_logsbooltrueEnable to collect datanode logs.
datanode_log_pathstringsโ€/usr/local/hadoop/logs/hadoop--datanode-.logโ€File paths to tail for datanode logs.
enable_resourcemgr_logsbooltrueEnable to collect resource manager logs.
resourcemgr_log_pathstringsโ€/usr/local/hadoop/logs/hadoop--resourcemgr-.logโ€File paths to tail for resource manager logs.
enable_namenode_logsbooltrueEnable to collect namenode logs.
namenode_log_pathstringsโ€/usr/local/hadoop/logs/hadoop--namenode-.logโ€File paths to tail for namenode logs.
start_atenumendStart reading the file from the โ€˜beginningโ€™ or โ€˜endโ€™.