From 74a830fd2a093c541497b69d5cefe9dfbe67b0b7 Mon Sep 17 00:00:00 2001 From: Ursula Chen <58821586+urseberry@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:32:46 -0600 Subject: [PATCH 1/2] Update output parameter (#2586) --- k6/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k6/README.md b/k6/README.md index 719b134484..b7fe2e9a9e 100644 --- a/k6/README.md +++ b/k6/README.md @@ -48,7 +48,7 @@ For the detailed instructions, follow the [k6 documentation][2]. Once the Datadog Agent service is running, run the k6 test and send the metrics to the Agent with: ```shell - K6_STATSD_ENABLE_TAGS=true k6 run --out statsd script.js + K6_STATSD_ENABLE_TAGS=true k6 run --out xk6-output-statsd script.js ``` 4. Visualize the k6 metrics in Datadog. From 7e920aee52c774d0fdc9f5dbdfac1f9dca3e1a17 Mon Sep 17 00:00:00 2001 From: Steven Yuen Date: Wed, 22 Jan 2025 09:49:21 -0400 Subject: [PATCH 2/2] fix changelog order (#2565) --- bind9/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bind9/CHANGELOG.md b/bind9/CHANGELOG.md index 65514bd7eb..e7966bebc3 100644 --- a/bind9/CHANGELOG.md +++ b/bind9/CHANGELOG.md @@ -1,12 +1,12 @@ # CHANGELOG - bind9_check -## 1.0.0 +## 1.1.0 ***Added***: + * Support for data collection of Bind9 logs via File-Monitoring/Syslog and related assets -* Initial release - -## 1.1.0 +## 1.0.0 ***Added***: - * Support for data collection of Bind9 logs via File-Monitoring/Syslog and related assets \ No newline at end of file + +* Initial release \ No newline at end of file