stackdriver-tools
stackdriver-tools copied to clipboard
Stackdriver Nozzle for Cloud Foundry Loggregator, Host Monitoring Agents BOSH Release
f7b020895f805ff1febb802f07cd2da916a66667 added a syslog endpoint to fluentd. Currently the port is hard coded and it cannot be disabled. The port should be a configurable variable in the BOSH manifest.
Push the Spinner cf app as part of the [tile](https://github.com/cloudfoundry-community/stackdriver-tools/blob/develop/tile.yml.erb). Re-use the service account used by the nozzle. This may require adding a `GOOGLE_CREDENTIALS_JSON` to the manifest and plumbing it...
[bosh deployment.txt](https://github.com/cloudfoundry-community/stackdriver-tools/files/1758743/bosh.deployment.txt)  Firehose data (logs, mertics) not showing in stackdriver project whilst performing bosh cf-deployments (either CF-deployment or stackdriver-tools deployment). Loss starts when routers (go routers) upgrade is...
When the nozzle interacts with Stackdriver to push metrics, the Stackdriver API may fail and return an error message that is not useful in diagnosing the problem. Considering the problem...
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...
We have installed the Stackdriver Nozzle tile for PCF, version 2.0.1 on our GCP foundation, running on stemcell version 3468.71. We are using PAS v2.1.17. Immediately, we can see logs...
The [spinner](https://github.com/cloudfoundry-community/stackdriver-tools/tree/develop/src/stackdriver-spinner#stackdriver-spinner) emits a [log entry](https://github.com/cloudfoundry-community/stackdriver-tools/blob/develop/src/stackdriver-spinner/main.go#L63) that describes the outcome of it's log loss test. The user should be able to emit a custom metric with this result to Stackdriver...
see discussion in #137. Use native protos at the point of [translation](https://github.com/cloudfoundry-community/stackdriver-tools/blob/develop/src/stackdriver-nozzle/nozzle/metric_sink.go#L43) instead of ushering them into an intermediary format.