Is it possible to increase/change the frequency of the data that is collected by Stackdriver?
I am running Jenkins in a GKE cluster and am getting an error ERROR: missing workspace /home/jenkins/workspace/
. I am trying to determine if the node it is running on is running out of resources but the build takes less than two minutes so I only get a single point of data regarding the node.
Any suggestions?
This is possible, although it requires you to customise fluentd. Specifically you may need to change the fluentd configuration in the monitoring sidecar.
There is some information on customising fluentd here and here.
As for the error you are receiving, I don't believe it is related to the node running out of resources. I feel it is a jenkins specific issue, as other users have reported the same error here .