traefik/vendor/github.com/instana/go-sensor/options.go
2019-02-18 16:52:03 +01:00

12 lines
317 B
Go

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
}