Releases: DataDog/datadog-firehose-nozzle
Releases · DataDog/datadog-firehose-nozzle
2.8.0
2.7.0
2.6.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
- Add Token Refresh Logic to V2 Firehose Client Wrapper. See #77 Thanks @chentom88
- Handle 404 responses when performing Token Refresh for RLP Client. See #78 @chentom88
2.0.0
- Migrated to loggregator V2 API.
TrafficControllerURL
configuration key was removed in favor ofRLPGatewayURL
. TheRLPGatewayURL
value will be automatically computed based onCloudControllerEndpoint
value (if present). IfCloudControllerEndpoint
is not specified, you need to setRLPGatewayURL
to proper value. You can get this by replacinghttps://api.
byhttps://log-stream.
in the URL of your Cloud Controller.- It is recommended that the UAA client under which nozzle runs is given the
logs.admin
authority. While this is strictly not necessary right now, asdoppler.firehose
coverslogs.admin
, it's not guaranteed that this will stay this way in upcoming PCF releases.
- Fixed issue where the
host
wasn't submitted along with metrics when the submitted payload was split into multiple parts because of its size. This would cause some metrics to miss host tags in random intervals.