Skip to content

Commit

Permalink
[ja] Localize index page (#4580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshi Yamaguchi authored Jun 5, 2024
1 parent d0b5858 commit 902043d
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
82 changes: 82 additions & 0 deletions content/ja/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
title: OpenTelemetry
description: >-
効果的な観測を可能にする、高品質でユビキタスかつポータブルなテレメトリー
developer_note:
blocks/coverコラム(以下で使用)は、ファイル名に "background" を含む画像ファイルを背景画像として使用します。
---

<div class="d-none"><a rel="me" href="https://fosstodon.org/@opentelemetry"></a></div>

{{< blocks/cover image_anchor="top" height="max" color="primary" >}}

<!-- prettier-ignore -->
![OpenTelemetry](/img/logos/opentelemetry-horizontal-color.svg)
{.otel-logo}

<!-- prettier-ignore -->
{{% param description %}}
{.display-6}

<div class="l-primary-buttons mt-5">

- [より詳しく学ぶ](/docs/what-is-opentelemetry/)
- [デモを試す](/docs/demo/)
- [インテグレーションを探す](/ecosystem/integrations)

</div>

<div class="h3 mt-4">
あなたのロールに応じて<a class="text-secondary" href="/docs/getting-started/">始めてみましょう</a>
</div>
<div class="l-get-started-buttons">

- [開発者(Dev)](/docs/getting-started/dev/)
- [運用担当者(Ops)](/docs/getting-started/ops/)

</div>
{{< /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][]プロジェクトです。**<br>OpenTracingとOpenCensusのプロジェクトが合併して設立されました。

[![CNCF logo][]][cncf]

[cncf]: https://cncf.io
[cncf logo]: /img/logos/cncf-white.svg
[incubating]: https://www.cncf.io/projects/

{{% /blocks/section %}}
7 changes: 7 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ languages:
languageName: English
params:
description: The OpenTelemetry Project Site
ja:
languageName: 日本語 (Japanese)
params:
description: OpenTelemetryプロジェクト公式サイト
zh:
languageName: 中文 (Chinese)
params:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 902043d

Please sign in to comment.