traefik/vendor/github.com/instana/go-sensor/options.go

13 lines
317 B
Go
Raw Normal View History

2019-02-18 15:52:04 +00:00
package instana
// Options allows the user to configure the to-be-initialized
// sensor
type Options struct {
Service string
AgentHost string
AgentPort int
MaxBufferedSpans int
ForceTransmissionStartingAt int
LogLevel int
}