HBase
Supported Platforms
Linux
✓
✓
Windows
✓
✓
macOS
✓
✓
Configuration Table
telemetry_types
telemetrySelector
["Logs", "Metrics"]
Choose Telemetry Type.
collection_interval
int
60
Sets how often (seconds) to scrape for metrics.
address
string
localhost
IP address or hostname to scrape for JMX metrics.
jar_path
string
"/opt/opentelemetry-java-contrib-jmx-metrics.jar"
Full path to the JMX metrics jar.
enable_master_jmx
bool
true
Enable to scrape the master server's JMX port.
master_jmx_port
int
10101
Master server's JMX Port.
enable_region_jmx
bool
true
Enable to scrape the region server's JMX port.
region_jmx_port
int
10102
Region server's JMX Port.
enable_master_log
bool
true
Enable to read master logs.
master_log_path
strings
"/usr/local/hbase*/logs/hbase*-master-*.log"
File paths to tail for master logs.
enable_region_log
bool
true
Enable to read region server logs.
region_log_path
strings
"/usr/local/hbase*/logs/hbase*-regionserver-*.log"
File paths to tail for region server logs.
enable_zookeeper_log
bool
false
Enable to read zookeeper logs.
zookeeper_log_path
strings
"/usr/local/hbase*/logs/hbase*-zookeeper-*.log"
File paths to tail for zookeeper logs.
start_at
enum
end
Start reading the file from the 'beginning' or 'end'.
Last updated
Was this helpful?