diff --git a/content/ja/docs/concepts/components.md b/content/ja/docs/concepts/components.md index 469982f946ba..2c56a4fc9165 100644 --- a/content/ja/docs/concepts/components.md +++ b/content/ja/docs/concepts/components.md @@ -59,7 +59,7 @@ OpenTelemetryの意欲的なゴールは、すべての一般的なライブラ ### エクスポーター {#exporters} -{{% docs/languages/exporters/intro %}} +{{% ja/docs/languages/exporters/intro %}} ### ゼロコード計装 {#zero-code-instrumentation} diff --git a/layouts/shortcodes/ja/docs/languages/exporters/intro.md b/layouts/shortcodes/ja/docs/languages/exporters/intro.md new file mode 100644 index 000000000000..d3ec39bcdbf8 --- /dev/null +++ b/layouts/shortcodes/ja/docs/languages/exporters/intro.md @@ -0,0 +1,110 @@ +{{/* cSpell:ignore cond */ -}} [OpenTelemetryコレクター](/docs/collector/)にテレメトリーを送信し、正しくエクスポートされることを確認してください。本番環境でコレクターを使用することはベストプラクティスです。テレメトリーを可視化するために、[Jaeger](https://jaegertracing.io/)、[Zipkin](https://zipkin.io/)、 +[Prometheus](https://prometheus.io/)、または[ベンダー固有](/ecosystem/vendors/)のようなバックエンドにエクスポートしてください。 + +{{ $lang := .Get 0 | default "" -}} + +{{ $name := "" -}} + +{{ if $lang -}} + +{{ $name = (index $.Site.Data.instrumentation $lang).name -}} + +## 使用可能なエクスポーター {#available-exporters} + +レジストリには、[{{ $name }} 用のエクスポーターのリスト][reg]が含まれています。 + +{{ else -}} + +レジストリには、[言語固有のエクスポーターのリスト][reg]が含まれています。 + +{{ end -}} + +エクスポーターの中でも、[OpenTelemetry Protocol (OTLP)][OTLP]エクスポーターは、OpenTelemetryのデータモデルを考慮して設計されており、OTelデータを情報の損失なく出力します。さらに、多くのテレメトリデータを扱うツールがOTLPに対応しており(たとえば、[Prometheus]、[Jaeger]やほとんどの[ベンダー])、必要なときに高い柔軟性を提供します。OTLPについて詳細に学習したい場合は、[OTLP仕様][OTLP]を参照してください。 + +[Jaeger]: /blog/2022/jaeger-native-otlp/ +[OTLP]: /docs/specs/otlp/ +[Prometheus]: + https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver +[ベンダー]: /ecosystem/vendors/ + +[reg]: /ecosystem/registry/?component=exporter&language={{ $lang }} + +{{ if $name -}} + +This page covers the main OpenTelemetry {{ $name }} exporters and how to set +them up. + +{{ end -}} + +{{ $l := cond (eq $lang "dotnet") "net" $lang }} +{{ with $.Page.GetPage (print "/docs/zero-code/" $l "/configuration" ) }} + +