gcp/observability: update log name (#5414)

This commit is contained in:
Lidi Zheng 2022-06-08 08:25:36 -07:00 committed by GitHub
parent 9ee2f146d7
commit 584d9cd11a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func newCloudLoggingExporter(ctx context.Context, projectID string) (*cloudLoggi
return &cloudLoggingExporter{
projectID: projectID,
client: c,
logger: c.Logger("grpc", gcplogging.CommonLabels(customTags)),
logger: c.Logger("microservices.googleapis.com/observability/grpc", gcplogging.CommonLabels(customTags)),
}, nil
}