Skip to content

Commit 9eb02ec

Browse files
StatsD output scheduled removal (#1673)
* StatsD output scheduled removal * Suggest OpenTelemetry * Apply suggestions from code review Co-authored-by: Heitor Tashiro Sergent <[email protected]> --------- Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent 98219e8 commit 9eb02ec

File tree

6 files changed

+16
-35
lines changed

6 files changed

+16
-35
lines changed

docs/sources/next/results-output/real-time/amazon-cloudwatch.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ weight: 00
66

77
# Amazon CloudWatch
88

9-
{{% admonition type="warning" %}}
10-
11-
The built-in StatsD output has been deprecated on k6 v0.47.0. You can continue to use this feature by using the [xk6-output-statsd extension](https://github.com/LeonAdato/xk6-output-statsd), and this guide has been updated to include instructions for how to use it.
12-
13-
For more information on the reason behind this change, you can follow [this issue](https://github.com/grafana/k6/issues/2982) in the k6 repository.
14-
15-
{{< /admonition >}}
9+
{{< docs/shared source="k6" lookup="statsd-output.md" version="<K6_VERSION>" >}}
1610

1711
k6 can send metrics data to [Amazon CloudWatch](https://aws.amazon.com/cloudwatch/) through the [CloudWatch Agent](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent.html) by using the [xk6-output-statsd extension](https://github.com/LeonAdato/xk6-output-statsd). These metrics can then be visualized in dashboards.
1812

docs/sources/next/results-output/real-time/datadog.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ weight: 00
66

77
# Datadog
88

9-
{{% admonition type="warning" %}}
10-
11-
The built-in StatsD output has been deprecated on k6 v0.47.0. You can continue to use this feature by using the [xk6-output-statsd extension](https://github.com/LeonAdato/xk6-output-statsd), and this guide has been updated to include instructions for how to use it.
12-
13-
For more information on the reason behind this change, you can follow [this issue](https://github.com/grafana/k6/issues/2982) in the k6 repository.
14-
15-
{{< /admonition >}}
9+
{{< docs/shared source="k6" lookup="statsd-output.md" version="<K6_VERSION>" >}}
1610

1711
k6 can send metrics to [Datadog](https://www.datadoghq.com/). That allows visualizing and correlating performance testing metrics with other monitored metrics in Datadog.
1812

docs/sources/next/results-output/real-time/netdata.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ weight: 00
66

77
# Netdata
88

9-
{{% admonition type="warning" %}}
10-
11-
The built-in StatsD output has been deprecated on k6 v0.47.0. You can continue to use this feature by using the [xk6-output-statsd extension](https://github.com/LeonAdato/xk6-output-statsd), and this guide has been updated to include instructions for how to use it.
12-
13-
For more information on the reason behind this change, you can follow [this issue](https://github.com/grafana/k6/issues/2982) in the k6 repository.
14-
15-
{{< /admonition >}}
9+
{{< docs/shared source="k6" lookup="statsd-output.md" version="<K6_VERSION>" >}}
1610

1711
k6 can send performance testing metrics to [Netdata](https://netdata.cloud). This enables the user to start monitoring their k6 experiments right away, as Netdata is a monitoring tool with:
1812

docs/sources/next/results-output/real-time/newrelic.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ slug: 'new-relic'
77

88
# New Relic
99

10-
{{% admonition type="warning" %}}
11-
12-
The built-in StatsD output has been deprecated on k6 v0.47.0. You can continue to use this feature by using the [xk6-output-statsd extension](https://github.com/LeonAdato/xk6-output-statsd), and this guide has been updated to include instructions for how to use it.
13-
14-
For more information on the reason behind this change, you can follow [this issue](https://github.com/grafana/k6/issues/2982) in the k6 repository.
15-
16-
{{< /admonition >}}
10+
{{< docs/shared source="k6" lookup="statsd-output.md" version="<K6_VERSION>" >}}
1711

1812
k6 can send telemetry data to [New Relic](https://newrelic.com/) through the New Relic [StatsD integration](https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/statsd-monitoring-integration-version-2). Within New Relic you can find your k6 performance data alongside your real users data and server side performance. This data can be visualized in dashboards and shared with others, used to compare load impact with system performance, and alert on metrics too.
1913

docs/sources/next/results-output/real-time/statsd.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ weight: 00
66

77
# StatsD
88

9-
{{% admonition type="warning" %}}
10-
11-
The built-in StatsD output has been deprecated on k6 v0.47.0. You can continue to use this feature by using the [xk6-output-statsd extension](https://github.com/LeonAdato/xk6-output-statsd), and this guide has been updated to include instructions for how to use it.
12-
13-
For more information on the reason behind this change, you can follow [this issue](https://github.com/grafana/k6/issues/2982) in the k6 repository.
14-
15-
{{< /admonition >}}
9+
{{< docs/shared source="k6" lookup="statsd-output.md" version="<K6_VERSION>" >}}
1610

1711
k6 can push test metrics to a [StatsD](https://github.com/statsd/statsd) service by using the [xk6-output-statsd extension](https://github.com/LeonAdato/xk6-output-statsd).
1812

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: StatsD module admonition
3+
---
4+
5+
{{< admonition type="warning" >}}
6+
7+
The built-in StatsD output has been deprecated on k6 v0.47.0 and [scheduled to be removed in v0.55.0](https://github.com/grafana/k6/pull/3849). You can continue to use this feature by using the [xk6-output-statsd extension](https://github.com/LeonAdato/xk6-output-statsd), or using the [OpenTelemetry output](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/opentelemetry/) depending on your use case.
8+
9+
For more information on the reason behind this change, you can follow [this issue](https://github.com/grafana/k6/issues/2982) in the k6 repository.
10+
11+
{{< /admonition >}}

0 commit comments

Comments
 (0)