Skip to content

Releases: DataDog/datadog-firehose-nozzle-release

87

13 Nov 19:01
52d34c0
Compare
Choose a tag to compare
  • [Added] Upgrade nozzle to 2.7.0. Read more about it here.
  • [Added] Upgrade go to 1.21.3. See #125.
  • [Added] Add properties for the application logs collection feature. See #124.
  • [Added] Add scheme prefix handling for the property nozzle.dca_url. See #123.
  • [Added] Make nozzle.dca_url and nozzle.dca_token properties optional. See #122.

86

14 Nov 22:18
950c695
Compare
Choose a tag to compare
86
  • [Added] Upgrade nozzle to 2.5.0. Read more about it here.
  • [Added] Add option to enable/disable app metadata prefix in app metrics. See #116.
  • [Fixed] Fix org_data_collection_interval property name. See #117.

85

28 Apr 12:24
1110880
Compare
Choose a tag to compare
85
  • [Added] Upgrade nozzle to 2.4.1.
  • [Added] Add option to enable advanced tagging. See #113.
  • [Added] Add configuration values for the DCA properties. See #110.

84

13 Apr 20:29
567eb15
Compare
Choose a tag to compare
84

83

09 Aug 18:58
4e995e9
Compare
Choose a tag to compare
83
  • [Fixed] Fix broken 82 release built with outdated go version, resulting in inconsistent vendoring.

82

09 Aug 14:27
ed8634b
Compare
Choose a tag to compare
82
  • [Fixed] Support building in air gapped environment. See #104.

81

09 Aug 08:38
7306b73
Compare
Choose a tag to compare
81
  • [Added] Upgrade nozzle to 2.3.0. See #102.
  • [Added] Upgrade go version to 1.16. See #101.

80

24 Jul 07:28
c86be94
Compare
Choose a tag to compare
80
  • [Added] Add labels and annotations as tags. See #99.

79

12 Feb 15:24
259a278
Compare
Choose a tag to compare
79

78

04 Dec 16:05
c39adf3
Compare
Choose a tag to compare
78
  • Bump nozzle version to 2.0.0, see nozzle release notes.
  • Migrated to loggregator V2 API.
    • The loggregator.traffic_controller_url property was removed in favor of loggregator.rlp_gateway_url. The loggregator.rlp_gateway_url is optional when cc.endpoint is provided. If cc.endpoint is not specified, you need to set loggregator.rlp_gateway_url 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.