Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

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

Merged
merged 2 commits into from
Aug 19, 2017

Conversation

johnsonj
Copy link
Contributor

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

Previously we decided where to send firehose events based on the event
type. This change allows the user to pass in which specific events they
want in Stackdriver Logging, Stackdriver Monitoring.

- replace the filter with the filterSink
- remove firehose.events in favor of events_to_stackdriver_{logging,
  monitoring}
- allow the log_sink to take in ValueMetric, ContainerMetric,
  CounterEvent
- update BOSH job/tile for new properties

related #99
@johnsonj johnsonj merged commit 3e78329 into develop Aug 19, 2017
johnsonj added a commit that referenced this pull request Aug 25, 2017
@johnsonj johnsonj mentioned this pull request Feb 20, 2018
@mattysweeps mattysweeps deleted the pr-metrics-to-logging branch January 2, 2019 18:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant