client.name now matches style of other attributes

This commit is contained in:
jonny rhea 2026-01-02 18:06:29 -06:00 committed by Felix Lange
parent b37fae7aa3
commit 0370f6392e

View file

@ -103,7 +103,7 @@ func SetupOTEL(ctx *cli.Context) (*otelService, error) {
res := resource.NewWithAttributes(
semconv.SchemaURL,
semconv.ServiceName(serviceName),
attribute.String("ClientName", version.ClientName("geth")),
attribute.String("client.name", version.ClientName("geth")),
)
// Create TracerProvider