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
Initializes a new instance of the GraphiteSettings class.
- Assembly
- Cake
.Graphite .dll - Namespace
- Cake
.Graphite - Containing Type
- GraphiteSettings
Syntax
public GraphiteSettings(string host = null, ushort httpApiPort = 443, bool useSsl = true, int batchSize = 500, bool throwExceptions = false)
Parameters
Name | Type | Description |
---|---|---|
host | string | Graphite host to send metrics to. |
httpApiPort | ushort | Graphite host port. |
useSsl | bool | Whether to use ssl or not. |
batchSize | int | Graphite client metric batch size. |
throwExceptions | bool | Whether or not to throw exceptions on failures. |
Return Value
Type | Description |
---|---|
void |