From 802ab3ae48fb353488e7bd614e0780c3ff451b7a Mon Sep 17 00:00:00 2001 From: Brett Blue Date: Tue, 6 May 2025 09:06:58 -0600 Subject: [PATCH] Remove tab workaround styling. --- .../integrations/runtime_metrics/_index.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/content/en/opentelemetry/integrations/runtime_metrics/_index.md b/content/en/opentelemetry/integrations/runtime_metrics/_index.md index db302d3cfb145..26bbfe9b1186f 100644 --- a/content/en/opentelemetry/integrations/runtime_metrics/_index.md +++ b/content/en/opentelemetry/integrations/runtime_metrics/_index.md @@ -41,8 +41,6 @@ Select your language to see instructions for configuring the OpenTelemetry SDK t {{< tabs >}} {{% tab "Java" %}} -
- #### Automatic instrumentation If you use [OpenTelemetry automatic instrumentation][3] for Java applications, runtime metrics are enabled by default. @@ -58,18 +56,12 @@ If you use [OpenTelemetry manual instrumentation][4], follow the guides for your [5]: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/runtime-telemetry/runtime-telemetry-java8/library [6]: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/runtime-telemetry/runtime-telemetry-java17/library -
- {{% /tab %}} {{% tab "Go" %}} -
- OpenTelemetry Go applications are [instrumented manually][3]. To enable runtime metrics, see the documentation for the [runtime package][4]. -
- [3]: https://opentelemetry.io/docs/instrumentation/go/manual/ [4]: https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/runtime @@ -77,8 +69,6 @@ OpenTelemetry Go applications are [instrumented manually][3]. To enable runtime {{% tab ".NET" %}} -
-
The minimum supported version of the .NET OpenTelemetry SDK is 1.5.0
#### Automatic instrumentation @@ -102,8 +92,6 @@ OTEL_METRIC_EXPORT_INTERVAL=10000 [5]: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Runtime [7]: https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#periodic-exporting-metricreader -
- {{% /tab %}} {{< /tabs >}}