You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the Jaeger Agent is depreciated and Jaeger can accept the traces directly via OTEL SDK , Add the option to disable the Jaeger Agent component installation until it is removed completely from code-base . Because it is sitting around on the node and using the node resources.
Ex-
jaeger:
create: true
spec:
agent:
enabled: false # > This Flag should be present in the Jaeger Operator
Problem
There is no flag enabled: false to disable the individual component installation specially Jaeger-agent
Proposal
Add the flag enabled: false
Open questions
No response
The text was updated successfully, but these errors were encountered:
Requirement
Since the Jaeger Agent is depreciated and Jaeger can accept the traces directly via OTEL SDK , Add the option to disable the Jaeger Agent component installation until it is removed completely from code-base . Because it is sitting around on the node and using the node resources.
Ex-
Problem
There is no flag
enabled: false
to disable the individual component installation speciallyJaeger-agent
Proposal
Add the flag
enabled: false
Open questions
No response
The text was updated successfully, but these errors were encountered: