Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Properties | List of all members
Org.Apache.REEF.Common.Metrics.Api.IMetricsFilter Interface Reference

Metrics filter interface used to filter metrics at different levels - source and sink names, record, individual tag, individual metric. More...

Inherited by Org.Apache.REEF.Common.Metrics.MetricsSystem.DefaultMetricsFilter.

Properties

Func< string, bool > AcceptsName [get]
 Returns a function indicating whether to accept the name string (can be from metric, source, sink, record etc.). More...
 
Func< MetricsTag, bool > AcceptsTag [get]
 Returns a function indicating whether to accept the tag. More...
 
Func< IMetricsRecord, bool > AcceptsRecord [get]
 Returns a function indicating whether to accept the record. More...
 

Detailed Description

Metrics filter interface used to filter metrics at different levels - source and sink names, record, individual tag, individual metric.

Property Documentation

◆ AcceptsName

Func<string, bool> Org.Apache.REEF.Common.Metrics.Api.IMetricsFilter.AcceptsName
get

Returns a function indicating whether to accept the name string (can be from metric, source, sink, record etc.).

Returns True if accepted, false otherwise.

◆ AcceptsRecord

Func<IMetricsRecord, bool> Org.Apache.REEF.Common.Metrics.Api.IMetricsFilter.AcceptsRecord
get

Returns a function indicating whether to accept the record.

Returns True if accepted, false otherwise.

◆ AcceptsTag

Func<MetricsTag, bool> Org.Apache.REEF.Common.Metrics.Api.IMetricsFilter.AcceptsTag
get

Returns a function indicating whether to accept the tag.

Returns True if accepted, false otherwise.


The documentation for this interface was generated from the following file: