GraphiteExtensions.

Send(Graphite, string, double) Method

Summary

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

Syntax

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

Parameters

Name Type Description
graphite Graphite
metricName string
value double

Return Value

Type Description
void