Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// AccessToken is the unique API key for your LightStep project. It is
// available on your account page at https://app.lightstep.com/account.
AccessToken string `yaml:"access_token"`
// Collector is the host, port, and plaintext option to use
// for the collector.
Collector lightstep.Endpoint `yaml:"collector"`
// Tags is a string comma-delimited of key value pairs that holds metadata that will be sent to lightstep
Tags string `yaml:"tags"`
}
Config - YAML configuration.
Click to show internal directories.
Click to hide internal directories.