GraphiteExtensions.

Send(Graphite, string, double, DateTime) Method

Summary

Send a single metric with a specific timestamp
Assembly
Cake.Graphite.dll
Namespace
Cake.Graphite
Containing Type
GraphiteExtensions

Syntax

public static void Send(this Graphite graphite, string metricName, double value, DateTime timeStamp)

Parameters

Name Type Description
graphite Graphite
metricName string
value double
timeStamp DateTime

Return Value

Type Description
void