C# Class InfluxDB.Collector.Pipeline.Enrich.DictionaryPointEnricher

Inheritance: IPointEnricher
Datei anzeigen Open project: influxdata/influxdb-csharp

Public Methods

Method Description
DictionaryPointEnricher ( string>.IReadOnlyDictionary tags ) : System.Collections.Generic
Enrich ( PointData point ) : void

Method Details

DictionaryPointEnricher() public method

public DictionaryPointEnricher ( string>.IReadOnlyDictionary tags ) : System.Collections.Generic
tags string>.IReadOnlyDictionary
return System.Collections.Generic

Enrich() public method

public Enrich ( PointData point ) : void
point PointData
return void