mirror of
https://github.com/traefik/traefik.git
synced 2025-09-30 18:21:14 +02:00
13 lines
317 B
Go
13 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
|
|
}
|