blob: e17812482c51716f71f66a81ca3d0ef08f5a4aaf [file] [log] [blame]
# Reference configuration for the OpenCensus Agent for Java.
opencensus.contrib.agent {
# Configuration settings related to automatic context propagation.
context-propagation {
# Enable/disable automatic context propagation for Executors.
executor.enabled = true
# Enable/disable automatic context propagation for Threads.
thread.enabled = true
}
# The "trace" section configures which Java methods the agent instruments for
# tracing.
trace {
java.net.URL.getContent {
enabled = true
}
}
}