Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StatsD output scheduled removal #1673

Merged
merged 4 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ weight: 00

# Amazon CloudWatch

{{% admonition type="warning" %}}

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.

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.

{{% /admonition %}}
{{< docs/shared source="k6" lookup="statsd-output.md" version="<K6_VERSION>" >}}

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.

Expand Down
8 changes: 1 addition & 7 deletions docs/sources/next/results-output/real-time/datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ weight: 00

# Datadog

{{% admonition type="warning" %}}

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.

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.

{{% /admonition %}}
{{< docs/shared source="k6" lookup="statsd-output.md" version="<K6_VERSION>" >}}

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

Expand Down
8 changes: 1 addition & 7 deletions docs/sources/next/results-output/real-time/netdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ weight: 00

# Netdata

{{% admonition type="warning" %}}

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.

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.

{{% /admonition %}}
{{< docs/shared source="k6" lookup="statsd-output.md" version="<K6_VERSION>" >}}

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:

Expand Down
8 changes: 1 addition & 7 deletions docs/sources/next/results-output/real-time/newrelic.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ slug: 'new-relic'

# New Relic

{{% admonition type="warning" %}}

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.

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.

{{% /admonition %}}
{{< docs/shared source="k6" lookup="statsd-output.md" version="<K6_VERSION>" >}}

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.

Expand Down
8 changes: 1 addition & 7 deletions docs/sources/next/results-output/real-time/statsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ weight: 00

# StatsD

{{% admonition type="warning" %}}

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.

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.

{{% /admonition %}}
{{< docs/shared source="k6" lookup="statsd-output.md" version="<K6_VERSION>" >}}

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).

Expand Down
11 changes: 11 additions & 0 deletions docs/sources/next/shared/statsd-output.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: StatsD module admonition
---

{{% admonition type="warning" %}}
olegbespalov marked this conversation as resolved.
Show resolved Hide resolved

The built-in StatsD output has been deprecated on k6 v0.47.0 and [scheduled to remove 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), and this guide has been updated to include instructions for how to use it.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also mention the OpenTelemetry output, WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably good idea, but also probably a good idea. Not certain I will do it in the admonition as it goes for all of the specific products (amazon cloudwatch, datadog ...)

But it might actually be better if they are edited to recommend using somethign that is not statsd. Like for example the opentelemetry output


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.

{{% /admonition %}}
olegbespalov marked this conversation as resolved.
Show resolved Hide resolved
Loading