Skip to content

Commit 301d6ee

Browse files
authored
[chore] Fix minor typos in db.query.summary and code.function.name example (#1996)
1 parent 6533b8a commit 301d6ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/attributes-registry/code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Examples:
2727
* Java method: `com.example.MyHttpService.serveRequest`
2828
* Java anonymous class method: `com.mycompany.Main$1.myMethod`
2929
* Java lambda method: `com.mycompany.Main$$Lambda/0x0000748ae4149c00.myMethod`
30-
* PHP function: `GuzzleHttp\Client::transfer
30+
* PHP function: `GuzzleHttp\Client::transfer`
3131
* Go function: `github.com/my/repo/pkg.foo.func5`
3232
* Elixir: `OpenTelemetry.Ctx.new`
3333
* Erlang: `opentelemetry_ctx:new`

docs/database/database-spans.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ or other attributes, it SHOULD match the value used in the `db.query.summary`.
383383
'artists'
384384
```
385385

386-
the corresponding `db.query.summary` is `SELECT "songs list" 'artists'`.
386+
the corresponding `db.query.summary` is `SELECT "song list" 'artists'`.
387387

388388
Semantic conventions for individual database systems or specialized instrumentations
389389
MAY specify a different `db.query.summary` format as long as produced summary remains

docs/general/attributes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Examples:
447447
* Java method: `com.example.MyHttpService.serveRequest`
448448
* Java anonymous class method: `com.mycompany.Main$1.myMethod`
449449
* Java lambda method: `com.mycompany.Main$$Lambda/0x0000748ae4149c00.myMethod`
450-
* PHP function: `GuzzleHttp\Client::transfer
450+
* PHP function: `GuzzleHttp\Client::transfer`
451451
* Go function: `github.com/my/repo/pkg.foo.func5`
452452
* Elixir: `OpenTelemetry.Ctx.new`
453453
* Erlang: `opentelemetry_ctx:new`

model/code/registry.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ groups:
2525
* Java method: `com.example.MyHttpService.serveRequest`
2626
* Java anonymous class method: `com.mycompany.Main$1.myMethod`
2727
* Java lambda method: `com.mycompany.Main$$Lambda/0x0000748ae4149c00.myMethod`
28-
* PHP function: `GuzzleHttp\Client::transfer
28+
* PHP function: `GuzzleHttp\Client::transfer`
2929
* Go function: `github.com/my/repo/pkg.foo.func5`
3030
* Elixir: `OpenTelemetry.Ctx.new`
3131
* Erlang: `opentelemetry_ctx:new`

0 commit comments

Comments
 (0)