File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : デモリポジトリのフォーク
3
+ linkTitle : フォーク
4
+ ---
5
+
6
+ [ デモリポジトリ] [ ] はフォークされて OpenTelemetry で何を行っているかを見せるために設計されています。
7
+
8
+ フォークまたはデモの設定は、通常、いくつかの環境変数の書き換えと場合によってはいくつかののコンテナイメージの置き換えのみですみます。
9
+
10
+ ライブデモはデモの [ README] ( https://github.com/open-telemetry/opentelemetry-demo/blob/main/README.md?plain=1 ) に追加できます。
11
+
12
+ ## フォークメンテナーへの提案
13
+
14
+ - デモによって生成または収集されたテレメトリーデータを拡張したい場合、このリポジトリに変更をバックポートすることを推奨します。
15
+ ベンダーまたは実装固有の変更については、もとのコード変更よりも、設定を介してパイプライン内のテレメトリーを変更する戦略が推奨されます。
16
+ - Extend rather than replace. Adding net-new services that interface with the
17
+ existing API is a great way to add vendor-specific or tool-specific features
18
+ that can't be accomplished through telemetry modification.
19
+ - To support extensibility, please use repository or facade patterns around
20
+ resources like queues, databases, caches, etc. This will allow for different
21
+ implementations of these services to be shimmed in for different platforms.
22
+ - Please do not attempt to backport vendor or tool-specific enhancements to this
23
+ repository.
24
+
25
+ If you have any questions or would like to suggest ways that we can make your
26
+ life easier as a fork maintainer, please open an issue.
27
+
28
+ [ デモリポジトリ] : {{% param repo %}}
You can’t perform that action at this time.
0 commit comments