Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ConfigFileName = ".admiral.yaml"
)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Fargate bool `json:"fargate,omitempty"` Events Events `json:"events"` Logstream Logstream `json:"logstream"` Performance Performance `json:"performance"` Metrics Metrics `json:"metrics"` Namespace string `json:"namespace,omitempty"` Cluster string `json:"cluster,omitempty"` IgnoreContainers []string `json:"ignorecontainers"` }
type Events ¶
type Events struct {
Handler EventsHandler `json:"handler"`
}
type EventsHandler ¶
type EventsHandler struct {
Webhook Webhook `json:"webhook"`
}
type Metrics ¶
type Metrics struct { Handler MetricsHandler `json:"handler"` Apps []string `json:"apps"` }
type MetricsHandler ¶
type Performance ¶
Click to show internal directories.
Click to hide internal directories.