Documentation ¶
Overview ¶
package admmonkit hooks up admission with monkit.v2
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Application to send with Application string // Instance Id to send with InstanceId []byte // Address to send packets to Address string // PacketSize controls maximum packet size. If zero, 1024 is used. PacketSize int // Registry to pull stats from. If nil, monkit.Default is used. Registry *monkit.Registry // ProtoOps allows you to set protocol options. ProtoOpts admproto.Options }
Options allows you to control where and how Send sends the data.
Click to show internal directories.
Click to hide internal directories.