Skip to content

Asking for otel-auto-instrumentation-java agent #2201

Answered by aviramha
SusanaG97 asked this question in Q&A
Discussion options

You must be logged in to vote

ahh I think I know what happens - it has this in the remote pod and tries to load it locally.
You can just exclude that env from being fetched with this config:

{
"feature": {
"env": {
"override": {
},
"exclude": ["JAVA_TOOL_OPTIONS"]
},
"network": {
"dns": true,
"incoming": {
"mode": "steal"
},
"outgoing": true
},
"fs": "read"
},
"target": {
"path": {
"deployment": "broker"
},
"namespace": "runtime"
}
}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@SusanaG97
Comment options

@aviramha
Comment options

@aviramha
Comment options

Answer selected by SusanaG97
@SusanaG97
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants