mirror of
https://github.com/traefik/traefik.git
synced 2025-12-17 15:31:37 +01: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
|
|
}
|