Skip to content

Commit d6852ef

Browse files
authored
change version numbers to generic (#29917)
1 parent cd2f9e0 commit d6852ef

File tree

1 file changed

+6
-6
lines changed
  • content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm

1 file changed

+6
-6
lines changed

content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/kubernetes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ For example, to instrument .NET, Python, and Node.js applications, add the follo
346346
instrumentation:
347347
enabled: true
348348
libVersions: # Add any libraries and versions you want to set
349-
dotnet: "3.2.0"
350-
python: "1.20.6"
351-
js: "4.17.0"
349+
dotnet: "x.x.x"
350+
python: "x.x.x"
351+
js: "x.x.x"
352352
{{< /highlight >}}
353353

354354
{{< /collapse-content >}}
@@ -363,9 +363,9 @@ For example, to instrument .NET, Python, and Node.js applications, add the follo
363363
instrumentation:
364364
enabled: true
365365
libVersions: # Add any libraries and versions you want to set
366-
dotnet: "3.2.0"
367-
python: "1.20.6"
368-
js: "4.17.0"
366+
dotnet: "x.x.x"
367+
python: "x.x.x"
368+
js: "x.x.x"
369369
{{< /highlight >}}
370370

371371
{{< /collapse-content >}}

0 commit comments

Comments
 (0)