-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
api: loggingIssues related to the googleapis/nodejs-logging API.Issues related to the googleapis/nodejs-logging API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Could Cloud Run (managed) be auto-detected in https://github.com/googleapis/nodejs-logging/blob/master/src/metadata.ts#L147-L164 the same way it's already being done with Cloud Functions, Compute, etc.?
This seems to work:
{
type: 'cloud_run_revision',
labels: {
configuration_name: process.env.K_CONFIGURATION,
revision_name: process.env.K_REVISION,
service_name: process.env.K_SERVICE
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: loggingIssues related to the googleapis/nodejs-logging API.Issues related to the googleapis/nodejs-logging API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.