Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "instana"
Name sets the name of this tracer
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LocalAgentHost string `description:"Set instana-agent's host that the reporter will used." export:"false"` LocalAgentPort int `description:"Set instana-agent's port that the reporter will used." export:"false"` LogLevel string `description:"Set instana-agent's log level. ('error','warn','info','debug')" export:"false"` }
Config provides configuration settings for a instana tracer
Click to show internal directories.
Click to hide internal directories.