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

In the fluentd 1.3.0 they added support for frame_type -> octet_count https://www.fluentd.org/blog/fluentd-v1.3.0-has-been-released We would like to make use of that feature while using stackdriver-tools. P.S.: [fluent-plugin-google-cloud](https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud) dependecy of fluentd would...

fluentd job

Following the README, uploading the latest release gives 2.0.7 and not 2.1.0. ```sh → bosh2 upload-release https://storage.googleapis.com/bosh-gcp/beta/stackdriver-tools/latest.tgz ... → bosh releases | grep stackdriver stackdriver-tools 2.0.7* 6760188+ ``` In 2.0.7,...

Does installing the GCP Stackdriver Nozzle for PCF also install the fluent bosh addon which forwards all syslogs for a PCF foundation to stackdriver? Or is this something that must...

After upgrading the Stackdriver Nozzle for PCF tile to version 2.1.0 in our PCF foundations, we are getting warnings in our logs every 20 - 30 milliseconds. The remote ip...

## Context: **Tile version**: 2.1.0 (current latest) When exporting the OpsManager state so we can back it up, our automatic credential detector did detect a credential. ```json ".properties.service_account": { "configurable":...

Some of the metric functions look a little interesting. https://github.com/cloudfoundry-community/stackdriver-tools/blob/master/src/stackdriver-nozzle/messages/metric.go#L55 metric.go has no tests. It should have some. metric.go: might be better to have a mapping from envelope type to...

Can mocks be replaced with https://github.com/golang/mock or some other equivalent tool which generates useful mocks? It might be easier to maintain them that way. Also, generated mocks might have a...

There is only one offender: the Config struct. https://github.com/cloudfoundry-community/stackdriver-tools/blob/master/src/stackdriver-nozzle/config/config.go#L59 Determine if gometalinter should be configured to ignore this file, or if the linter should be permanently disabled, as it might...

In https://github.com/cloudfoundry-community/stackdriver-tools/blob/v2.0.1/src/stackdriver-nozzle/version/version.go There is this comment: `// release is set by the linker on published builds` referring to an unexported variable `release`. This needs investigation, ans I don't see anything...

https://github.com/cloudfoundry-community/stackdriver-tools/blob/master/src/stackdriver-nozzle/config/config.go contains a few TODOs: - Determine which flags should be required (in Config) - Validate configs for both Firehose and RLP modes