File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
instrumentation/otel-webserver-module/src/nginx Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ static ngx_int_t ngx_http_opentelemetry_init(ngx_conf_t *cf)
522522 ngx_uint_t phase_index ;
523523 ngx_int_t res ;
524524
525- ngx_writeError (cf -> cycle -> log , __func__ , "Starting Opentelemetry Modlue init" );
525+ ngx_writeError (cf -> cycle -> log , __func__ , "Starting Opentelemetry Module init" );
526526
527527 cp = ap = pap = srp = prp = rp = lp = pcp = 0 ;
528528
@@ -626,7 +626,7 @@ static ngx_int_t ngx_http_opentelemetry_init(ngx_conf_t *cf)
626626 /* hostname is extracted from the nginx cycle. The attribute hostname is needed
627627 for OTEL spec and the only place it is available is cf->cycle
628628 */
629- ngx_writeError (cf -> cycle -> log , __func__ , "Opentelemetry Modlue init completed !" );
629+ ngx_writeError (cf -> cycle -> log , __func__ , "Opentelemetry Module init completed!" );
630630
631631 return NGX_OK ;
632632}
You can’t perform that action at this time.
0 commit comments