### Problem Statement The `otelgrpc` instrumentation does not allow adding custom attributes to the metrics. ### Proposed Solution The `otelhttp` instrumentation, for example, provides a [labeler](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp#Labeler) for adding custom attributes.
Problem Statement
The
otelgrpcinstrumentation does not allow adding custom attributes to the metrics.Proposed Solution
The
otelhttpinstrumentation, for example, provides a labeler for adding custom attributes.