Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalysisConfig ¶ added in v0.0.2
type AnalysisConfig struct {
MatchingGroups []string `yaml:"matching_groups"`
}
AnalysisConfig controls the analytics view behavior.
type Config ¶
type Config struct {
Instrument InstrumentConfig `yaml:"instrument"`
Analysis AnalysisConfig `yaml:"analysis"`
}
Config represents .go-trace.yaml.
type InstrumentConfig ¶
type InstrumentConfig struct {
Include []string `yaml:"include"`
}
InstrumentConfig controls which files are instrumented.
Click to show internal directories.
Click to hide internal directories.