stackdriver-tools icon indicating copy to clipboard operation
stackdriver-tools copied to clipboard

Intermittent errors in the nozzle regarding project_id

Open shinmyung0 opened this issue 5 years ago • 2 comments

After a successful apply changes to deploy the stackdriver nozzle, we were starting to lose some logs from the nozzle intermittently. After looking at the logs from the nozzle, we started to see errors of the form:

"error": "rpc error: code = InvalidArgument desc = One or more TimeSeries could not be written: Field timeSeries[0].resource.labels.project_id had an invalid value of \"our-pcf-project-1234\": if present, must be the project ID in the request name.:

I've been trying to dig around to see what might be the issue. The only strange thing we are doing is that we are using a service account in on project, to be able to post logs into a different central stackdriver project for all of our pcf foundations. So the project_id field that we input during the installation of the tile is different from the project_id that is provided within the service account that we are using.

Could this be causing these issues?

shinmyung0 avatar Nov 16 '18 22:11 shinmyung0