Skip to content

Commit

Permalink
Merge branch 'main' into opentelemetrybot/auto-update-registry-899802…
Browse files Browse the repository at this point in the history
…60fc7b98e86b03f14c68d78bdfac764c29
  • Loading branch information
svrnm authored Jun 5, 2024
2 parents a094cde + 04a9a27 commit aefa5da
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 13 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
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,15 @@
"update:hugo+": "npm run update:hugo && npm run update:docsy-dep",
"update:netlify": "npm install --save-optional netlify-cli@latest",
"update:other-pkg": "npm install --save-dev gulp@latest",
"update:pkgs": "npx npm-check-updates -u",
"update:submodule:lang": "npm run seq -- update:submodule _get:submodule:non-lang",
"update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 1}"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"cspell": "^8.8.3",
"cspell": "^8.8.4",
"gulp": "^4.0.2",
"hugo-extended": "0.126.2",
"hugo-extended": "0.126.3",
"markdown-link-check": "^3.12.2",
"markdownlint": "^0.34.0",
"postcss-cli": "^11.0.0",
Expand All @@ -106,25 +107,26 @@
"textlint": "^14.0.4",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^5.0.0",
"textlint-rule-terminology": "^5.0.10",
"through2": "^4.0.2",
"yargs": "^17.7.2"
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/auto-instrumentations-web": "^0.39.0",
"@opentelemetry/context-zone": "^1.8.0",
"@opentelemetry/core": "^1.8.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.0",
"@opentelemetry/instrumentation": "^0.51.0",
"@opentelemetry/resources": "^1.8.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",
"@opentelemetry/sdk-trace-web": "^1.8.0",
"@opentelemetry/semantic-conventions": "^1.8.0",
"@opentelemetry/context-zone": "^1.24.1",
"@opentelemetry/core": "^1.24.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.1",
"@opentelemetry/instrumentation": "^0.51.1",
"@opentelemetry/resources": "^1.24.1",
"@opentelemetry/sdk-trace-base": "^1.24.1",
"@opentelemetry/sdk-trace-web": "^1.24.1",
"@opentelemetry/semantic-conventions": "^1.24.1",
"path": "^0.12.7"
},
"optionalDependencies": {
"netlify-cli": "^17.23.5"
"netlify-cli": "^17.25.0",
"npm-check-updates": "^16.14.20"
},
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
"engines": {
Expand Down

0 comments on commit aefa5da

Please sign in to comment.