From 687b103345806db2bcbaa15a5df6d85354e555fb Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 15 Feb 2024 12:05:50 -0500 Subject: [PATCH] Rework and reposition the alert --- content/en/docs/languages/_index.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/content/en/docs/languages/_index.md b/content/en/docs/languages/_index.md index 02ae22fda01f..8d7d3f5bd74c 100644 --- a/content/en/docs/languages/_index.md +++ b/content/en/docs/languages/_index.md @@ -25,15 +25,19 @@ Java, Node.js, Python, Go into your application. The current status of the major functional components for OpenTelemetry is as follows: -{{% telemetry-support-table " " %}} +{{% alert title="Warning" color="warning" %}} + +Even though an API/SDK status is stable, changes to underlying [semantic +conventions] can interrupt your data flow. If the status of a semantic +convention that your instrumentation depends on is `Experimental`, it may be +subject to future breaking changes. + +[semantic conventions]: /docs/concepts/semantic-conventions/ -{{% alert title="Note" color="warning" %}} Even though the API/SDK status is -stable, changes to underlying [semantic conventions][sem-conv] can interrupt your -data flow. If the status of a Semantic Convention that your instrumentation -depends on is `Experimental`, it may be subject to future breaking changes. {{% /alert %}} +{{% telemetry-support-table " " %}} + [auto]: /docs/kubernetes/operator/automatic/ [instrumentation]: /docs/concepts/instrumentation/ [otel-op]: /docs/kubernetes/operator/ -[sem-conv]: /docs/concepts/semantic-conventions/