config

package
v1.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseConfiguration

func ParseConfiguration()

func ValidateConfiguration

func ValidateConfiguration()

Types

type Specification

type Specification struct {
	DiscoveryCallInterval          string   `json:"discoveryCallInterval" split_words:"true" required:"false" default:"30s"`
	Port                           uint16   `json:"port" split_words:"true" required:"false" default:"8087"`
	HealthPort                     uint16   `json:"healthPort" split_words:"true" required:"false" default:"8083"`
	JavaAgentAttachmentPort        uint16   `json:"javaAgentAttachmentPort" split_words:"true" required:"false" default:"8095"`
	DiscoveryAttributesExcludesJVM []string `json:"discoveryAttributesExcludesJVM" split_words:"true" required:"false"`
}

Specification is the configuration specification for the extension. Configuration values can be applied through environment variables. Learn more through the documentation of the envconfig package. https://github.com/kelseyhightower/envconfig

var (
	Config Specification
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL