Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) RegisterAll ¶
RegisterAll registers all the routes that the API provides. As well as registering the Datadog APIs, it also registers a not-found handler. This method is used by the Cloud binaries.
func (*API) RegisterValidatePath ¶
func (a *API) RegisterValidatePath(registerer route.Registerer)
func (*API) RegisterWritePath ¶
func (a *API) RegisterWritePath(registerer route.Registerer)
type Config ¶
type Config struct { Timeouts struct { V1 struct { // Write path Series time.Duration `yaml:"series"` CheckRun time.Duration `yaml:"check_run"` Sketches time.Duration `yaml:"sketches"` } `yaml:"v1"` Intake time.Duration } `yaml:"timeouts"` }
func (*Config) RegisterFlags ¶
RegisterFlags adds the flags required to config this to the given FlagSet
type SeriesPushPayload ¶
Click to show internal directories.
Click to hide internal directories.