execution_id missing in PubSub cloud function #465
Labels
api: logging
Issues related to the googleapis/nodejs-logging-winston API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
🚨
This issue needs some love.
type: question
Request for information or clarification. Not an issue.
Is there something this library, or the users of it, could do to get a pubsub event id to be included in the one-line summary seen in Stackdriver? As described below, I've tried to set it manually as a label, but that seems to not impact the summary line.
Environment details
@google-cloud/logging-winston
version: 3.0.5Steps to reproduce
context
as second parameter.labels["execution_id"]
to the event id:Expected: the one line (non-expanded) summary includes the execution id / event id. This is the case with console.log.
Actual: non is present. See screenshot.
The text was updated successfully, but these errors were encountered: