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

Add deprecation warning to cloud APM pages #1342

Merged
merged 6 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -3,6 +3,12 @@ title: 'Cloud APM'
excerpt: 'How to export metrics from k6 Cloud to APM platforms'
---

<Blockquote mod="attention" title="">

This feature is being deprecated. If you're using [Grafana Cloud k6](https://grafana.com/products/cloud/k6/), we recommend using [Data source plugins for Grafana](https://grafana.com/grafana/plugins/data-source-plugins/) to visualize and correlate your APM and k6 metrics.

</Blockquote>

Cloud tests can export their metrics in near real-time to application performance monitoring (APM) platforms.
By combining k6 Cloud with an APM, you can correlate and query testing metrics with other system metrics.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: 'Grafana Cloud'
excerpt: 'How to export metrics from k6 Cloud to Grafana Cloud'
---

<Blockquote mod="attention" title="">

This feature is being deprecated. If you're using [Grafana Cloud k6](https://grafana.com/products/cloud/k6/), we recommend using [Data source plugins for Grafana](https://grafana.com/grafana/plugins/data-source-plugins/) to visualize and correlate your APM and k6 metrics.

</Blockquote>

With this integration, you can export test result metrics from the k6 Cloud to a Prometheus instance hosted by [Grafana Cloud](https://grafana.com/products/cloud/).
After that, you can use Grafana to query, visualize, and correlate k6 metrics with all your other metrics.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: 'Azure Monitor'
excerpt: 'How to export metrics from k6 Cloud to Azure Monitor'
---

<Blockquote mod="attention" title="">

This feature is being deprecated. If you're using [Grafana Cloud k6](https://grafana.com/products/cloud/k6/), we recommend using [Data source plugins for Grafana](https://grafana.com/grafana/plugins/data-source-plugins/) to visualize and correlate your APM and k6 metrics.

</Blockquote>

You can export test result metrics from the k6 Cloud to [Azure Monitor](https://azure.microsoft.com/en-us/services/monitor/),
and use Azure Monitor to store and analyze all your data from your Azure and other environments.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ head_title: 'Datadog integration with k6 Cloud'
excerpt: 'How to export metrics from k6 Cloud to Datadog'
---

<Blockquote mod="attention" title="">

This feature is being deprecated. If you're using [Grafana Cloud k6](https://grafana.com/products/cloud/k6/), we recommend using [Data source plugins for Grafana](https://grafana.com/grafana/plugins/data-source-plugins/) to visualize and correlate your APM and k6 metrics.

</Blockquote>

With this integration, you can export test-result metrics from the k6 Cloud to [Datadog](https://www.datadoghq.com/), where you can visualize and correlate k6 metrics with other monitored metrics.

> ⭐️ &nbsp;[Cloud APM](/cloud/integrations/cloud-apm/) integrations are available on Pro and Enterprise plans, as well as the annual Team plan and Trial.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: 'New Relic'
excerpt: 'How to export metrics from k6 Cloud to New Relic'
---

<Blockquote mod="attention" title="">

This feature is being deprecated. If you're using [Grafana Cloud k6](https://grafana.com/products/cloud/k6/), we recommend using [Data source plugins for Grafana](https://grafana.com/grafana/plugins/data-source-plugins/) to visualize and correlate your APM and k6 metrics.

</Blockquote>

With this integration, you can export test result metrics from the k6 Cloud to the [New Relic](https://newrelic.com/) data platform.

> ⭐️ &nbsp;[Cloud APM](/cloud/integrations/cloud-apm/) integrations are available on Pro and Enterprise plans, as well as the annual Team plan and Trial.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ slug: '/cloud/integrations/prometheus-remote-write/'
excerpt: 'How to export metrics from k6 Cloud to a Prometheus instance using the Prometheus remote-write integration'
---

<Blockquote mod="attention" title="">

This feature is being deprecated. If you're using [Grafana Cloud k6](https://grafana.com/products/cloud/k6/), we recommend using [Data source plugins for Grafana](https://grafana.com/grafana/plugins/data-source-plugins/) to visualize and correlate your Prometheus and k6 metrics.

</Blockquote>

With the Prometheus remote write integration, you can export metrics from k6 Cloud to a self-hosted or managed Prometheus instance.
If you want to export local results over the remote write protocol, refer to [Prometheus remote write](https://k6.io/docs/results-output/real-time/prometheus-remote-write/).

Expand Down
Loading