Skip to content

Commit 9e6189c

Browse files
committed
Fix typo
1 parent a311df5 commit 9e6189c

File tree

1 file changed

+1
-1
lines changed
  • src/data/markdown/translated-guides/en/04 Results output/200 Real-time

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/04 Results output/200 Real-time/00 Dynatrace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ When streaming the k6 results to Dynatrace, you can configure the following Dyna
5454
| `K6_DYNATRACE_APITOKEN` | Dynatrace API token to write the metrics. The token must have the scope `metrics.ingest API v2`. |
5555
| `K6_DYNATRACE_FLUSH_PERIOD` | Define how often metrics are sent to Dynatrace. The default value is 1 second. |
5656
| `K6_DYNATRACE_URL` | Dynatrace URL. The default value is `https://dynatrace.live.com`. |
57-
| `K6_DYNATRACE_INSECURE_SKIP_TLS_VERIFY` | If `true`, the HTTP client kips TLS verification on the endpoint. The default value is `true`. |
57+
| `K6_DYNATRACE_INSECURE_SKIP_TLS_VERIFY` | If `true`, the HTTP client skips TLS verification on the endpoint. The default value is `true`. |
5858
| `K6_DYNATRACE_HEADER_<here-the-header-key>` | Additional headers to include in the HTTP requests. `K6_DYNATRACE_HEADER_COOL_HEADER="cool value of the header"` |

0 commit comments

Comments
 (0)