GraphiteExtensions.

Send(Graphite, IEnumerable<Datapoint>) Method

Summary

Send a collection of Datapoint
Assembly
Cake.Graphite.dll
Namespace
Cake.Graphite
Containing Type
GraphiteExtensions

Syntax

public static void Send(this Graphite graphite, IEnumerable<Datapoint> datapoints)

Parameters

Name Type Description
graphite Graphite
datapoints IEnumerable<Datapoint>

Return Value

Type Description
void