gitlab.com/gitlab-org/labkit@v1.21.0/correlation/grpc/key.go (about) 1 package grpccorrelation 2 3 const ( 4 metadataCorrelatorKey = "X-GitLab-Correlation-ID" 5 metadataClientNameKey = "X-GitLab-Client-Name" 6 )