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
| otel.httpSnippet | string |`"otel_trace on;\notel_service_name {{ default \"codefresh-internal-gateway\" .Values.otel.config.service_name }};\notel_trace_context \"inject\";\notel_exporter {\n endpoint {{ .Values.otel.config.endpoint}};\n}\n"`| Snippet to be included in the http block of nginx.conf for OTEL configs. See here for available directives https://nginx.org/en/docs/ngx_otel_module.html|
61
+
| otel.httpSnippet | string |`"otel_trace on;\notel_service_name {{ default \"codefresh-internal-gateway\" .Values.otel.config.service_name }};\notel_trace_context \"propagate\";\notel_exporter {\n endpoint {{ .Values.otel.config.endpoint}};\n}\n"`| Snippet to be included in the http block of nginx.conf for OTEL configs. See here for available directives https://nginx.org/en/docs/ngx_otel_module.html|
62
62
| otel.modulePath | string |`"modules/ngx_otel_module.so"`| Path to the OpenTelemetry NGINX module - should be present in the NGINX image, images with -otel tags include it |
63
63
| pdb | object | See below | PDB parameters |
64
64
| podAnnotations | object | See below | Pod annotations |
0 commit comments