Graphite Class

Summary

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

Syntax

public class Graphite

Constructors

Name Summary
Graphite(ICakeLog, GraphiteSettings) Initializes a new instance of the Graphite class.

Extension Methods

Name Value Summary
Dump<Graphite>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<Graphite>(Graphite[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<Graphite>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<Graphite>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
Send(Datapoint[]) void
Send a collection of Datapoint
Requires the Cake.Graphite addin
Send(IEnumerable<Datapoint>) void
Send a collection of Datapoint
Requires the Cake.Graphite addin
Send(string, double, DateTime) void
Send a single metric with a specific timestamp
Requires the Cake.Graphite addin
Send(string, double) void
Send a single metric with timestamp of now
Requires the Cake.Graphite addin
ThrowIfNull<Graphite>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<Graphite>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin