Documentation
¶
Index ¶
- func DatadogEmit(payload tilt.Payload, emitterConfig interface{}) (string, error)
- func DatadogEmitWithClient(payload tilt.Payload, emitterConfig interface{}, client statsd.ClientInterface) (string, error)
- func InfluxDBEmit(payload tilt.Payload, emitterConfig interface{}) (string, error)
- func SQLiteEmit(payload tilt.Payload, emitterConfig interface{}) (string, error)
- func WebhookEmit(payload tilt.Payload, emitterConfig interface{}) (string, error)
- type Datadog
- type InfluxDB
- type SQLite
- type Template
- type Webhook
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatadogEmit ¶
func DatadogEmitWithClient ¶
func InfluxDBEmit ¶ added in v1.2.0
Types ¶
type InfluxDB ¶ added in v1.2.0
type InfluxDB struct { Enabled bool URL string `json:"url"` VerifySSL bool `json:"verify_ssl"` Bucket string `json:"bucket"` Org string `json:"org"` Token string `json:"token"` GravityPayloadTemplate string `json:"gravity_payload_template"` TemperaturePayloadTemplate string `json:"temperature_payload_template"` }
Click to show internal directories.
Click to hide internal directories.