Instana tracer implementation
This commit is contained in:
parent
c2c6aee18a
commit
aef24dd74b
43 changed files with 4502 additions and 2 deletions
12
vendor/github.com/instana/go-sensor/options.go
generated
vendored
Normal file
12
vendor/github.com/instana/go-sensor/options.go
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue