Skip to content

Releases: DataDog/datadog-firehose-nozzle

2.8.0

17 Jan 06:20
65f2360
Compare
Choose a tag to compare
  • [Added] Add metric origin metadata. See #114.
  • [Added] Upgrade Go to 1.21.5. See #112.

2.7.0

13 Nov 15:50
05bd125
Compare
Choose a tag to compare
  • [Added] Add support for logs and traces correlation. See #109.
  • [Added] Upgrade go to 1.21. See #104.
  • [Fixed] Fix results-per-page parameter to not exceed the maximum limit in the V2 API. See #108.
  • [Fixed] Increase wait time before refreshing UAA tokens. See #103.

2.6.0

21 Sep 12:52
d0e2736
Compare
Choose a tag to compare
  • [Added] Add support for application logs. See #92.

2.5.0

11 Nov 10:02
8c71f4d
Compare
Choose a tag to compare
  • [Added] Add option to disable application metadata prefix. See #93.
  • [Fixed] Fix SSL errors when using the Cluster Agent API. See #96.

2.4.1

27 Apr 14:19
9e50e96
Compare
Choose a tag to compare
  • [Fixed] Fix sidecars tagging. See #90.

2.4.0

13 Apr 14:08
1f59522
Compare
Choose a tag to compare
  • [Added] Add sidecars tags to app metrics. See #88.
  • [Added] Automatically add tags to orgs metrics based on metadata. See #87.
  • [Added] Add support for the DCA API. See #86.
  • [Added] Improve telemetry of the nozzle. See #85.
  • [Added] Improve metric submission logic to split metric packets. See #84.

2.3.0

05 Aug 18:37
c9513e4
Compare
Choose a tag to compare
  • [Added] Automatically add tags to application metrics based on metadata. See #81.
  • [Added] Upgrade go version to 1.16 and move to go modules. See #82.

2.2.0

23 Jul 15:29
6bef5fa
Compare
Choose a tag to compare
  • [Added] Add labels and annotations as tags. See #79.

2.1.0

11 Feb 19:00
Compare
Choose a tag to compare
  • 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

04 Dec 15:12
97e4603
Compare
Choose a tag to compare
  • Migrated to loggregator V2 API.
    • TrafficControllerURL configuration key was removed in favor of RLPGatewayURL. The RLPGatewayURL value will be automatically computed based on CloudControllerEndpoint value (if present). If CloudControllerEndpoint is not specified, you need to set RLPGatewayURL to proper value. You can get this by replacing https://api. by https://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, as doppler.firehose covers logs.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.