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
The Include /usr/local/apache2/conf/opentemetry_agent.conf may be appended on the same line with the last httpd.conf statement, if there is not a blank last line in httpd.conf. This results in a corrupted httpd configuration, and the service will not start.
Steps to Reproduce
Change httpd.conf to not have an blank last line, and then restart the instrumented httpd pod. It fails to start up.
Expected Result
The Include /usr/local/apache2/conf/opentemetry_agent.conf statement should be appended as a separate last line, in httpd.conf settings.
Component(s)
auto-instrumentation
What happened?
Description
The
Include /usr/local/apache2/conf/opentemetry_agent.conf
may be appended on the same line with the last httpd.conf statement, if there is not a blank last line in httpd.conf. This results in a corrupted httpd configuration, and the service will not start.Steps to Reproduce
Change httpd.conf to not have an blank last line, and then restart the instrumented httpd pod. It fails to start up.
Expected Result
The
Include /usr/local/apache2/conf/opentemetry_agent.conf
statement should be appended as a separate last line, in httpd.conf settings.Actual Result
E.g. the last lines of the new httpd.conf become:
Kubernetes Version
v1.30.5-gke.1014001
Operator version
v0.107.0
Collector version
v0.14.0
Environment information
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: