Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { APIKey string `mapstructure:"api_key"` Name string `mapstructure:"agent_name"` ServerURL string `mapstructure:"server_url"` CollectorEndpoint string `mapstructure:"collector_endpoint"` Mode string `mapstructure:"mode"` OTLPServer OtlpServer `mapstructure:"otlp_server"` }
func LoadConfig ¶
func (Config) APIEndpoint ¶ added in v0.15.6
type Flags ¶ added in v0.14.7
type Flags struct { ServerURL string OrganizationID string EnvironmentID string CI bool AgentApiKey string Token string Mode Mode LogLevel string CollectorEndpoint string }
func (Flags) AutomatedEnvironmentCanBeInferred ¶ added in v0.15.9
type OtlpServer ¶
Click to show internal directories.
Click to hide internal directories.