Skip to content

Commit 90b1165

Browse files
Merge pull request #126 from ExpediaGroup/feature/waggledance_version
feat: - Metrics have been incorporated into Waggle Dance with the inclusion of tags
2 parents 93e088f + 58c69e1 commit 90b1165

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [4.1.2] - 2023-09-06
7+
### Added
8+
- Metrics have been incorporated into Waggle Dance with the inclusion of tags, which will facilitate filtering within Datadog.
9+
610
## [4.1.1] - 2023-06-20
711
### Added
8-
- Added JVM, System and Timer metrics in WaggleDance Dadadog annotations.
12+
- Added JVM, System and Timer metrics in WaggleDance Datadog annotations.
913

1014
## [4.1.0] - 2023-05-23
1115
### Added

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "wd_instance_type" {
1919
variable "waggledance_version" {
2020
description = "Waggle Dance version to install on EC2 nodes."
2121
type = string
22-
default = "3.3.2"
22+
default = "3.11.4"
2323
}
2424

2525
variable "wd_log_level" {

0 commit comments

Comments
 (0)