cloudfoundry-community / stackdriver-tools

Stackdriver Nozzle for Cloud Foundry Loggregator, Host Monitoring Agents BOSH Release
Apache License 2.0
21 stars 13 forks source link

Allow the user to send any event to Stackdriver Logging #101

Closed johnsonj closed 7 years ago

johnsonj commented 7 years ago

Allow the user to specify which events go to Stackdriver Logging and which to Stackdriver Monitoring instead of deciding based on event type.

This may require some additional work to cull metrics that are sent to logging. It's not clear if this will be an issue or not.

Related #99