mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 19:56:44 +00:00
client.name now matches style of other attributes
This commit is contained in:
parent
b37fae7aa3
commit
0370f6392e
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ func SetupOTEL(ctx *cli.Context) (*otelService, error) {
|
||||||
res := resource.NewWithAttributes(
|
res := resource.NewWithAttributes(
|
||||||
semconv.SchemaURL,
|
semconv.SchemaURL,
|
||||||
semconv.ServiceName(serviceName),
|
semconv.ServiceName(serviceName),
|
||||||
attribute.String("ClientName", version.ClientName("geth")),
|
attribute.String("client.name", version.ClientName("geth")),
|
||||||
)
|
)
|
||||||
|
|
||||||
// Create TracerProvider
|
// Create TracerProvider
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue