GraphiteExtensions Class

Summary

Extension methods for Graphite
Assembly
Cake.Graphite.dll
Namespace
Cake.Graphite
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["GraphiteExtensions"] class Type type-node

Syntax

public static class GraphiteExtensions

Methods

Name Value Summary
Send(Graphite, Datapoint[]) void
Send a collection of Datapoint
static
Send(Graphite, IEnumerable<Datapoint>) void
Send a collection of Datapoint
static
Send(Graphite, string, double, DateTime) void
Send a single metric with a specific timestamp
static
Send(Graphite, string, double) void
Send a single metric with timestamp of now
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin