C G H M O S T V Z

C

com.janramm.metrics_zabbix - package com.janramm.metrics_zabbix
 
com.janramm.metrics_zabbix.metric_provider - package com.janramm.metrics_zabbix.metric_provider
 
com.janramm.metrics_zabbix.zabbix_key_enums - package com.janramm.metrics_zabbix.zabbix_key_enums
 
CounterMetricProvider - Class in com.janramm.metrics_zabbix.metric_provider
Metrics Zabbix adapter for the Counter implementation
CounterMetricProvider(Counter) - Constructor for class com.janramm.metrics_zabbix.metric_provider.CounterMetricProvider
 

G

GaugeMetricProvider - Class in com.janramm.metrics_zabbix.metric_provider
Metrics Zabbix adapter for the Gauge implementation
GaugeMetricProvider(Gauge<?>) - Constructor for class com.janramm.metrics_zabbix.metric_provider.GaugeMetricProvider
 
getValue(MetricsKey) - Method in class com.janramm.metrics_zabbix.metric_provider.CounterMetricProvider
 
getValue(MetricsKey) - Method in class com.janramm.metrics_zabbix.metric_provider.GaugeMetricProvider
 
getValue(MetricsKey) - Method in class com.janramm.metrics_zabbix.metric_provider.HistogramMetricProvider
 
getValue(MetricsKey) - Method in class com.janramm.metrics_zabbix.metric_provider.MeterMetricProvider
 
getValue(MetricsKey) - Method in class com.janramm.metrics_zabbix.metric_provider.TimerMetricProvider
 

H

HistogramMetricProvider - Class in com.janramm.metrics_zabbix.metric_provider
Metrics Zabbix adapter for the Histogram implementation
HistogramMetricProvider(Histogram) - Constructor for class com.janramm.metrics_zabbix.metric_provider.HistogramMetricProvider
 

M

MeterMetricProvider - Class in com.janramm.metrics_zabbix.metric_provider
Metrics Zabbix adapter for the Meter implementation
MeterMetricProvider(Meter) - Constructor for class com.janramm.metrics_zabbix.metric_provider.MeterMetricProvider
 

O

onCounterAdded(String, Counter) - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 
onCounterRemoved(String) - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 
onGaugeAdded(String, Gauge<?>) - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 
onGaugeRemoved(String) - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 
onHistogramAdded(String, Histogram) - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 
onHistogramRemoved(String) - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 
onMeterAdded(String, Meter) - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 
onMeterRemoved(String) - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 
onTimerAdded(String, Timer) - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 
onTimerRemoved(String) - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 

S

SnapshotValueKeys - Enum in com.janramm.metrics_zabbix.zabbix_key_enums
This are the keys as they are expected to be specified in zabbix, for Histogram or Timer
start() - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
Register this agent as metrics listener in order to get all added metrics.
stop() - Method in class com.janramm.metrics_zabbix.ZabbixMetricsAgent
Removes this agent as metrics listener

T

TimeBasedValueKeys - Enum in com.janramm.metrics_zabbix.zabbix_key_enums
This are the keys as they are expected to be specified in zabbix, for Meter or Timer
TimerMetricProvider - Class in com.janramm.metrics_zabbix.metric_provider
Metrics Zabbix adapter for the Timer implementation
TimerMetricProvider(Timer) - Constructor for class com.janramm.metrics_zabbix.metric_provider.TimerMetricProvider
 

V

valueOf(String) - Static method in enum com.janramm.metrics_zabbix.zabbix_key_enums.SnapshotValueKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.janramm.metrics_zabbix.zabbix_key_enums.TimeBasedValueKeys
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.janramm.metrics_zabbix.zabbix_key_enums.SnapshotValueKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.janramm.metrics_zabbix.zabbix_key_enums.TimeBasedValueKeys
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZabbixMetricsAgent - Class in com.janramm.metrics_zabbix
This class is a MetricRegistryListener and hooks up the Zabbix agent with the Metrics-Measures.
ZabbixMetricsAgent(MetricRegistry, ZabbixAgent) - Constructor for class com.janramm.metrics_zabbix.ZabbixMetricsAgent
 

C G H M O S T V Z

Copyright © 2013. All Rights Reserved.