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

Stackdriver Nozzle for Cloud Foundry Loggregator, Host Monitoring Agents BOSH Release

Results 28 stackdriver-tools issues
Sort by recently updated
recently updated
newest added

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...

stackdriver-spinner

[bosh deployment.txt](https://github.com/cloudfoundry-community/stackdriver-tools/files/1758743/bosh.deployment.txt) ![metrics loss](https://user-images.githubusercontent.com/25435141/36672713-3845a95e-1af8-11e8-9993-79bdbca53e7e.PNG) 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...

stackdriver-nozzle

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...

enhancement
stackdriver-nozzle

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...

stackdriver-spinner

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.