Documentation ¶
Index ¶
Constants ¶
View Source
const SystemAppId = "system"
Variables ¶
View Source
var GenerateUuid = uuid.NewV4
Functions ¶
func InstrumentedHandler ¶
Helper for creating an Instrumented Handler which will delegate to the given http.Handler.
func InstrumentedRoundTripper ¶
func InstrumentedRoundTripper(roundTripper http.RoundTripper, emitter emitter.EventEmitter) http.RoundTripper
Helper for creating an InstrumentedRoundTripper which will delegate to the given RoundTripper
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package autowire provides sensible defaults for using dropsonde.
|
Package autowire provides sensible defaults for using dropsonde. |
logs
Package logs provides a simple API for sending app logs from STDOUT and STDERR through the dropsonde system.
|
Package logs provides a simple API for sending app logs from STDOUT and STDERR through the dropsonde system. |
metrics
Package metrics provides a simple API for sending value and counter metrics through the dropsonde system.
|
Package metrics provides a simple API for sending value and counter metrics through the dropsonde system. |
Package dropsonde_marshaller provides a tool for marshalling Envelopes to Protocol Buffer messages.
|
Package dropsonde_marshaller provides a tool for marshalling Envelopes to Protocol Buffer messages. |
Package dropsonde_unmarshaller provides a tool for unmarshalling Envelopes from Protocol Buffer messages.
|
Package dropsonde_unmarshaller provides a tool for unmarshalling Envelopes from Protocol Buffer messages. |
Package events is a generated protocol buffer package.
|
Package events is a generated protocol buffer package. |
Messages are prepended with a HMAC SHA256 signature (the signature makes up the first 32 bytes of a signed message; the remainder is the original message in cleartext).
|
Messages are prepended with a HMAC SHA256 signature (the signature makes up the first 32 bytes of a signed message; the remainder is the original message in cleartext). |
Click to show internal directories.
Click to hide internal directories.