All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alogic.metrics.stream.MetricsReportable Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.alogic.metrics.stream;

import com.anysoft.util.Properties;

/**
 * 可报告指标接口
 * 
 * @author duanyy
 * 
 * @since 1.2.8.2
 *
 * @since 1.6.6.13
 * 
 * @version 1.6.12.29 [20190409] 
* - 优化指标输出模型,对接Prometheus;
*/ public interface MetricsReportable { /** * 报告指标数据到collector * @param collector collector * @param p 环境参数 */ public void report(MetricsCollector collector,Properties p); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy