You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/markdown/translated-guides/en/03 Results output/200 Real-time/00 Dynatrace.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,20 @@ title: 'Dynatrace'
3
3
excerpt: Send k6 output to Dynatrace to visualize load test results and correlate performance testing metrics in Dynatrace.
4
4
---
5
5
6
-
Using the [Dynatrace k6 extension](https://github.com/Dynatrace/xk6-output-dynatrace) you can send metrics to [Dynatrace](https://www.dynatrace.com/). That allows visualizing and correlating performance testing metrics with other monitored metrics in Dynatrace.
6
+
With the [Dynatrace k6 extension](https://github.com/Dynatrace/xk6-output-dynatrace),
7
+
you can send visualize and correlate performance testing metrics with the other metrics that you monitor in Dynatrace.
Security and self-signed certificates for non-cloud clusters are not yet supported
42
+
Security and self-signed certificates for non-cloud clusters are not yet supported.
43
43
</Blockquote>
44
44
45
-
You can now connect to Elasticsearch and query the [k6 metrics](/using-k6/metrics/) stored in the `k6-metrics` index. The example below uses an unsecured local Elasticsearch version `7.17.9`:
45
+
You can now connect to Elasticsearch and query the [k6 metrics](/using-k6/metrics/) stored in the `k6-metrics` index.
46
+
The following example uses an unsecured local Elasticsearch, version `7.17.9`:
0 commit comments