-javaagent
VM argumentTHUNDRA_APIKEY
environment variable. This configuration is mandatory.THUNDRA_AGENT_APPLICATION_NAME
environment variable. This configuration is mandatory.THUNDRA_AGENT_APPLICATION_STAGE
environment variable. This configuration is optional.THUNDRA_AGENT_APPLICATION_VERSION
environment variable. This configuration is optional.THUNDRA_AGENT_TRACE_INSTRUMENT_ENABLE
environment variable. This configuration is optional and set as true
by default. In order to see the distributed trace, it needs to be set as true
by default. If you set false
, Thundra will never collect any of your data. All the data exchange will be between your app and the client over the broker, and distributed tracing integration will be disabled.thundra-config.yml
in the classpath (for example the config file might be located under src/main/resources
directory):thundra.apiKey
YAML key. This configuration is mandatory.thundra.agent.application.name
YAML key. This configuration is mandatory.thundra.agent.application.stage
YAML key. This configuration is optional.thundra.agent.application.version
YAML key. This configuration is optional.thundra.agent.trace.instrument.enable
YAML key. This configuration is optional and set astrue
by default. In order to see the distributed trace, it needs to be set astrue
by default. If you set false
, Thundra will never collect any of your data. All the data exchange will be between your app and the client over the broker, and distributed tracing integration will be disabled.thundra-config.yml
will look like this:docker run