C# Class KairosDbClient.QueryMetric

Use to query a metric by name, optionally including group bys or aggregators
Mostra file Open project: syncromatics/KairosDbClientDotNet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddAggregator ( Aggregator aggregator ) : QueryMetric
AddGroupBy ( GroupBy groupBy ) : QueryMetric
AddTag ( string name, string value ) : QueryMetric
QueryMetric ( string name ) : System.Collections.Generic

Method Details

AddAggregator() public method

public AddAggregator ( Aggregator aggregator ) : QueryMetric
aggregator KairosDbClient.Aggregators.Aggregator
return QueryMetric

AddGroupBy() public method

public AddGroupBy ( GroupBy groupBy ) : QueryMetric
groupBy GroupBy
return QueryMetric

AddTag() public method

public AddTag ( string name, string value ) : QueryMetric
name string
value string
return QueryMetric

QueryMetric() public method

public QueryMetric ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic