Skip to content

Commit 70262a5

Browse files
Merge pull request #1342 from grafana/cloud-apm-deprecated
Add deprecation warning to cloud APM pages
2 parents 461bd4e + 2192bbf commit 70262a5

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

src/data/markdown/docs/03 cloud/04 Integrations/05 Cloud APM.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: 'Cloud APM'
33
excerpt: 'How to export metrics from k6 Cloud to APM platforms'
44
---
55

6+
<Blockquote mod="attention" title="">
7+
8+
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.
9+
10+
</Blockquote>
11+
612
Cloud tests can export their metrics in near real-time to application performance monitoring (APM) platforms.
713
By combining k6 Cloud with an APM, you can correlate and query testing metrics with other system metrics.
814

src/data/markdown/docs/03 cloud/04 Integrations/05 Cloud APM/01 Grafana Cloud.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: 'Grafana Cloud'
33
excerpt: 'How to export metrics from k6 Cloud to Grafana Cloud'
44
---
55

6+
<Blockquote mod="attention" title="">
7+
8+
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.
9+
10+
</Blockquote>
11+
612
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/).
713
After that, you can use Grafana to query, visualize, and correlate k6 metrics with all your other metrics.
814

src/data/markdown/docs/03 cloud/04 Integrations/05 Cloud APM/02 Azure Monitor.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: 'Azure Monitor'
33
excerpt: 'How to export metrics from k6 Cloud to Azure Monitor'
44
---
55

6+
<Blockquote mod="attention" title="">
7+
8+
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.
9+
10+
</Blockquote>
11+
612
You can export test result metrics from the k6 Cloud to [Azure Monitor](https://azure.microsoft.com/en-us/services/monitor/),
713
and use Azure Monitor to store and analyze all your data from your Azure and other environments.
814

src/data/markdown/docs/03 cloud/04 Integrations/05 Cloud APM/03 DataDog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ head_title: 'Datadog integration with k6 Cloud'
44
excerpt: 'How to export metrics from k6 Cloud to Datadog'
55
---
66

7+
<Blockquote mod="attention" title="">
8+
9+
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.
10+
11+
</Blockquote>
12+
713
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.
814

915
> ⭐️ &nbsp;[Cloud APM](/cloud/integrations/cloud-apm/) integrations are available on Pro and Enterprise plans, as well as the annual Team plan and Trial.

src/data/markdown/docs/03 cloud/04 Integrations/05 Cloud APM/04 New Relic.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: 'New Relic'
33
excerpt: 'How to export metrics from k6 Cloud to New Relic'
44
---
55

6+
<Blockquote mod="attention" title="">
7+
8+
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.
9+
10+
</Blockquote>
11+
612
With this integration, you can export test result metrics from the k6 Cloud to the [New Relic](https://newrelic.com/) data platform.
713

814
> ⭐️ &nbsp;[Cloud APM](/cloud/integrations/cloud-apm/) integrations are available on Pro and Enterprise plans, as well as the annual Team plan and Trial.

src/data/markdown/docs/03 cloud/04 Integrations/07 Prometheus Remote Write.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ slug: '/cloud/integrations/prometheus-remote-write/'
44
excerpt: 'How to export metrics from k6 Cloud to a Prometheus instance using the Prometheus remote-write integration'
55
---
66

7+
<Blockquote mod="attention" title="">
8+
9+
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.
10+
11+
</Blockquote>
12+
713
With the Prometheus remote write integration, you can export metrics from k6 Cloud to a self-hosted or managed Prometheus instance.
814
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/).
915

0 commit comments

Comments
 (0)