diff --git a/docs/attributes-registry/code.md b/docs/attributes-registry/code.md index 7f3161272..004e7cb22 100644 --- a/docs/attributes-registry/code.md +++ b/docs/attributes-registry/code.md @@ -27,7 +27,7 @@ Examples: * Java method: `com.example.MyHttpService.serveRequest` * Java anonymous class method: `com.mycompany.Main$1.myMethod` * Java lambda method: `com.mycompany.Main$$Lambda/0x0000748ae4149c00.myMethod` -* PHP function: `GuzzleHttp\Client::transfer +* PHP function: `GuzzleHttp\Client::transfer` * Go function: `github.com/my/repo/pkg.foo.func5` * Elixir: `OpenTelemetry.Ctx.new` * Erlang: `opentelemetry_ctx:new` diff --git a/docs/database/database-spans.md b/docs/database/database-spans.md index 3cfc26671..06d102e17 100644 --- a/docs/database/database-spans.md +++ b/docs/database/database-spans.md @@ -383,7 +383,7 @@ or other attributes, it SHOULD match the value used in the `db.query.summary`. 'artists' ``` - the corresponding `db.query.summary` is `SELECT "songs list" 'artists'`. + the corresponding `db.query.summary` is `SELECT "song list" 'artists'`. Semantic conventions for individual database systems or specialized instrumentations MAY specify a different `db.query.summary` format as long as produced summary remains diff --git a/docs/general/attributes.md b/docs/general/attributes.md index 2218eddf4..f228242ba 100644 --- a/docs/general/attributes.md +++ b/docs/general/attributes.md @@ -447,7 +447,7 @@ Examples: * Java method: `com.example.MyHttpService.serveRequest` * Java anonymous class method: `com.mycompany.Main$1.myMethod` * Java lambda method: `com.mycompany.Main$$Lambda/0x0000748ae4149c00.myMethod` -* PHP function: `GuzzleHttp\Client::transfer +* PHP function: `GuzzleHttp\Client::transfer` * Go function: `github.com/my/repo/pkg.foo.func5` * Elixir: `OpenTelemetry.Ctx.new` * Erlang: `opentelemetry_ctx:new` diff --git a/model/code/registry.yaml b/model/code/registry.yaml index 0e90c194d..00554940f 100644 --- a/model/code/registry.yaml +++ b/model/code/registry.yaml @@ -25,7 +25,7 @@ groups: * Java method: `com.example.MyHttpService.serveRequest` * Java anonymous class method: `com.mycompany.Main$1.myMethod` * Java lambda method: `com.mycompany.Main$$Lambda/0x0000748ae4149c00.myMethod` - * PHP function: `GuzzleHttp\Client::transfer + * PHP function: `GuzzleHttp\Client::transfer` * Go function: `github.com/my/repo/pkg.foo.func5` * Elixir: `OpenTelemetry.Ctx.new` * Erlang: `opentelemetry_ctx:new`