Ranger Usersync
Collect Ranger Usersync Metrics information
Configuration¶
1. Ranger Usersync Configuration¶
1.1 Download jmx-exporter¶
Download address: https://github.com/prometheus/jmx_exporter
1.2 Download jmx Script¶
Download address: https://github.com/lrwh/jmx-exporter/blob/main/common.yml
1.3 Adjust Ranger Usersync Startup Parameters¶
Add the following to the startup parameters of Ranger Usersync:
{JAVA_GC_ARGS} -javaagent:/opt/guance/jmx/jmx_exporter-1.0.1.jar=localhost:17145:/opt/guance/jmx/common.yml
1.4 Restart Ranger Usersync¶
2. DataKit Collector Configuration¶
2.1 Install DataKit¶
2.2 Configure Collector¶
The jmx-exporter can directly expose metrics
url, so it can be collected via the prom collector.
Go to the conf.d/prom
directory under the DataKit installation directory, copy prom.conf.sample
as ranger-usersync.conf
.
cp prom.conf.sample ranger-usersync.conf
Adjust the content of ranger_usersync.conf
as follows:
urls = ["http://localhost:17145/metrics"]
source = "ranger-usersync"
[inputs.prom.tags]
component = "ranger-usersync"
interval = "10s"
Other configurations can be adjusted as needed, parameter adjustment explanation:
- urls: The
jmx-exporter
Metrics address, fill in the corresponding component's exposed Metrics url here. - source: Alias for the collector, it is recommended to make distinctions.
- keep_exist_metric_name: Keep the metric name unchanged.
- interval: Collection interval.
- inputs.prom.tags: Add additional tags.
3. Restart DataKit¶
Metrics¶
Hadoop Measurement Set¶
Ranger Usersync Metrics are located under the Hadoop Measurement set, and this section mainly introduces the description of Ranger Usersync related Metrics.
Metrics | Description | Unit |
---|---|---|
hadoop_usersync_addgroupcountsuccess |
Number of successful additions of user groups | count |
hadoop_usersync_addusercountsuccess |
Number of successful additions of users | count |
hadoop_usersync_auditcountsuccess |
Number of successful audits executed | count |
hadoop_usersync_countgroup |
Total number of user groups | count |
hadoop_usersync_countgroupuser |
Total number of users in user groups | count |
hadoop_usersync_countuser |
Total number of users | count |
hadoop_usersync_droppedpuball |
Total number of dropped publish events | count |
hadoop_usersync_gccounttotal |
Total number of garbage collections (GC) | count |
hadoop_usersync_gctimemax |
Maximum time spent on garbage collection (GC) | count |
hadoop_usersync_gctimetotal |
Total time spent on garbage collection (GC) | count |
hadoop_usersync_getgroupsavgtime |
Average time to get user groups | count |
hadoop_usersync_getgroupsnumops |
Number of operations to get user groups | count |
hadoop_usersync_groupusercountsuccess |
Number of successful counts of user group users | count |
hadoop_usersync_loginfailureavgtime |
Average time for login failures | ms |
hadoop_usersync_loginfailurenumops |
Number of login failures | count |
hadoop_usersync_loginsuccessavgtime |
Average time for successful logins | ms |
hadoop_usersync_loginsuccessnumops |
Number of successful logins | count |
hadoop_usersync_memorycurrent |
Current memory usage | byte |
hadoop_usersync_memorymax |
Maximum memory usage | byte |
hadoop_usersync_numactivesinks |
Number of active sinks | count |
hadoop_usersync_numactivesources |
Number of active sources | count |
hadoop_usersync_numallsinks |
Total number of all sinks | count |
hadoop_usersync_numallsources |
Total number of all sources | count |
hadoop_usersync_processorsavailable |
Number of available processors | count |
hadoop_usersync_publishavgtime |
Average time for publish operations | ms |
hadoop_usersync_publishnumops |
Number of publish operations | count |
hadoop_usersync_renewalfailures |
Number of renewal failures | count |
hadoop_usersync_sink_jsonavgtime |
Average time for JSON sink | count |
hadoop_usersync_sink_jsondropped |
Number of messages dropped by JSON sink | count |
hadoop_usersync_sink_jsonnumops |
Number of operations performed by JSON sink | count |
hadoop_usersync_sink_jsonqsize |
Queue size of JSON sink | count |
hadoop_usersync_sink_prometheusavgtime |
Average time for Prometheus sink | count |
hadoop_usersync_sink_prometheusdropped |
Number of messages dropped by Prometheus sink | count |
hadoop_usersync_sink_prometheusnumops |
Number of operations performed by Prometheus sink | count |
hadoop_usersync_sink_prometheusqsize |
Queue size of Prometheus sink | count |
hadoop_usersync_snapshotavgtime |
Average time for snapshot operations | ms |
hadoop_usersync_snapshotnumops |
Number of snapshot operations | count |
hadoop_usersync_systemloadavg |
System average load | count |
hadoop_usersync_threadsblocked |
Number of blocked threads | count |
hadoop_usersync_threadsremaining |
Number of remaining threads | count |
hadoop_usersync_threadswaiting |
Number of waiting threads | count |