This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Graphite.
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 |