Documentation ¶
Overview ¶
Package ecs contains the ECS Fargate hostname provider
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotOnECSFargate = fmt.Errorf("not running on ECS Fargate")
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func NewProvider(set component.TelemetrySettings) (*Provider, error)
NewProvider creates a new ECS Fargate hostname provider.
func (*Provider) OnECSFargate ¶
OnECSFargate determines if the application is running on ECS Fargate.
Click to show internal directories.
Click to hide internal directories.