[chore] Fix minor typos in `db.query.summary` and `code.function.name` example (#1996)
This commit is contained in:
parent
6533b8a39e
commit
301d6ee195
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue