Skip to content

Commit 2c9cf77

Browse files
authored
[ja] Translate docs/languages/_index page (open-telemetry#6401)
1 parent 5472ee5 commit 2c9cf77

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

content/ja/docs/languages/_index.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: 言語API & SDK
3+
description: OpenTelemetryのコード計装は、多くの一般的なプログラミング言語でサポートされています。
4+
weight: 250
5+
aliases: [/docs/instrumentation]
6+
default_lang_commit: 1ececa0615b64c5dfd93fd6393f3e4052e0cc496
7+
---
8+
9+
OpenTelemetryのコード[計装][instrumentation]は、以下の[ステータスとリリース](#status-and-releases)の表に記載されている言語でサポートされています。
10+
[その他の言語](/docs/languages/other)向けの非公式な実装も利用可能です。
11+
それらは[レジストリ](/ecosystem/registry/)で確認できます。
12+
13+
Go、.NET、PHP、Python、Java、JavaScriptでは、[ゼロコードソリューション](/docs/zero-code)を使用することで、コードを変更せずにアプリケーションに計装を追加できます。
14+
15+
Kubernetesを使用している場合は、[OpenTelemetry Operator for Kubernetes][otel-op]を利用して、[ゼロコードソリューション][zero-code]をアプリケーションに注入できます。
16+
17+
## ステータスとリリース {#status-and-releases}
18+
19+
OpenTelemetryの主要な機能コンポーネントの現在のステータスは以下の通りです。
20+
21+
{{% alert title="重要" color="warning" %}}
22+
23+
APIやSDKのステータスに関わらず、使用している計装が[セマンティック規約仕様][semantic conventions][試験的][Experimental]とされている[セマンティック規約][semantic conventions specification]に依存している場合、データフローに**破壊的変更**が生じる可能性があります。
24+
25+
[semantic conventions]: /docs/concepts/semantic-conventions/
26+
[Experimental]: /docs/specs/otel/document-status/
27+
[semantic conventions specification]: /docs/specs/semconv/
28+
29+
{{% /alert %}}
30+
31+
{{% telemetry-support-table " " %}}
32+
33+
## APIリファレンス {#api-references}
34+
35+
特定の言語でOpenTelemetryのAPIおよびSDKを実装するSpecial Interest Group(SIG)は、開発者向けにAPIリファレンスも公開しています。
36+
以下のリファレンスが利用できます。
37+
38+
{{% apidocs %}}
39+
40+
{{% alert title="Note" color="info" %}}
41+
42+
上記のリストは[`/api`](/api)へのエイリアスです。
43+
44+
{{% /alert %}}
45+
46+
[zero-code]: /docs/platforms/kubernetes/operator/automatic/
47+
[instrumentation]: /docs/concepts/instrumentation/
48+
[otel-op]: /docs/platforms/kubernetes/operator/

0 commit comments

Comments
 (0)