diff --git a/content/ja/_index.md b/content/ja/_index.md new file mode 100644 index 000000000000..d9d4935368de --- /dev/null +++ b/content/ja/_index.md @@ -0,0 +1,82 @@ +--- +title: OpenTelemetry +description: >- + 効果的な観測を可能にする、高品質でユビキタスかつポータブルなテレメトリー +developer_note: + blocks/coverコラム(以下で使用)は、ファイル名に "background" を含む画像ファイルを背景画像として使用します。 +--- + +
+ +{{< blocks/cover image_anchor="top" height="max" color="primary" >}} + + +![OpenTelemetry](/img/logos/opentelemetry-horizontal-color.svg) +{.otel-logo} + + +{{% param description %}} +{.display-6} + +
+ +- [より詳しく学ぶ](/docs/what-is-opentelemetry/) +- [デモを試す](/docs/demo/) +- [インテグレーションを探す](/ecosystem/integrations) + +
+ +
+あなたのロールに応じて始めてみましょう +
+
+ +- [開発者(Dev)](/docs/getting-started/dev/) +- [運用担当者(Ops)](/docs/getting-started/ops/) + +
+{{< /blocks/cover >}} + +{{% blocks/lead color="white" %}} + +OpenTelemetry は API、SDK、ツールのコレクションです。 +テレメトリーデータ(メトリクス、ログ、トレース)の計装、生成、収集、エクスポートに使用し、ソフトウェアのパフォーマンスや動作の分析に役立てましょう。 + +> OpenTelemetryは[いくつかの言語](/docs/languages/)で **一般的に利用可能** で、使用に適しています。 + +{{% /blocks/lead %}} + +{{% blocks/section color="dark" type="row" %}} + +{{% blocks/feature icon="fas fa-chart-line" title="トレース、メトリクス、ログ"%}} + +サービスやソフトウェアからテレメトリーデータを作成・収集し、様々な分析ツールに転送します。 + +{{% /blocks/feature %}} + +{{% blocks/feature icon="fas fa-magic" title="ドロップイン計装" %}} + +OpenTelemetryは、[Spring](https://spring.io)、[ASP.NET Core](https://docs.microsoft.com/aspnet/core)、[Express](https://expressjs.com)、[Quarkus](https://quarkus.io)などの一般的なライブラリやフレームワークとインテグレートされています! +インストールとインテグレーションは、数行のコードで行えるほど簡単です。 + +{{% /blocks/feature %}} + +{{% blocks/feature icon="fab fa-github" title="オープンソース、ベンダー非依存" %}} + +100%フリーでオープンソースのOpenTelemetryは、オブザーバビリティ分野の[業界リーダー](/ecosystem/vendors/)によって採用され、サポートされています。 + +{{% /blocks/feature %}} + +{{% /blocks/section %}} + +{{% blocks/section color="secondary" type="cncf" %}} + +**OpenTelemetryは[CNCF][] [incubating][]プロジェクトです。**
OpenTracingとOpenCensusのプロジェクトが合併して設立されました。 + +[![CNCF logo][]][cncf] + +[cncf]: https://cncf.io +[cncf logo]: /img/logos/cncf-white.svg +[incubating]: https://www.cncf.io/projects/ + +{{% /blocks/section %}} diff --git a/hugo.yaml b/hugo.yaml index 8e8111939383..f7aa7439e630 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -15,6 +15,10 @@ languages: languageName: English params: description: The OpenTelemetry Project Site + ja: + languageName: 日本語 (Japanese) + params: + description: OpenTelemetryプロジェクト公式サイト zh: languageName: 中文 (Chinese) params: @@ -206,6 +210,9 @@ module: mounts: - source: content/en target: content + - source: content/ja + target: content + lang: ja - source: content/zh target: content lang: zh