Open
Description
I'm using UnaryServerInterceptor
from "gopkg.in/DataDog/dd-trace-go.v1/contrib/google.golang.org/grpc"
.
This generates a metric trace.grpc.server.hits
which is the main metric I have for incoming traffic for my gRPC service.
I'd expect this metric to be labeled with the gRPC status code so I can count hits by status code.
Other datadog integrations (such as python flask) already do this with http status code.