cloudfoundry-attic / datadog-firehose-nozzle

OBSOLETE CF component to forward metrics from the Loggregator Firehose to DataDog
Apache License 2.0
9 stars 29 forks source link

Deprecated NOAA library #5

Closed mjseid closed 8 years ago

mjseid commented 8 years ago

After building I'm now getting a warning for using a deprecated noaa consumer. Can this project switch to the new library?

2016/04/18 09:21:35 Starting DataDog Firehose Nozzle...
2016/04/18 09:21:35 You are using a deprecated noaa consumer (noaa.Consumer).  Please switch to 'github.com/cloudfoundry/noaa/consumer'.Consumer at your earliest convenience.
2016/04/18 09:21:50 Posting 835 metrics
cf-gitbot commented 8 years ago

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/117819631.

wfernandes commented 8 years ago

@mjseid We recently changed NOAA's implementation. We will be moving to the new consumer package soon.

wfernandes commented 8 years ago

Fixed with this PR