File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : デモリポジトリのフォーク
3
+ linkTitle : フォーク
4
+ ---
5
+
6
+ [ デモリポジトリ] [ ] はフォークされて OpenTelemetry で何を行っているかを見せるために設計されています。
7
+
8
+ Setting up a fork or a demo usually only requires overriding some environment
9
+ variables and possibly replacing some container images.
10
+
11
+ Live demos can be added to the demo
12
+ [ README] ( https://github.com/open-telemetry/opentelemetry-demo/blob/main/README.md?plain=1 ) .
13
+
14
+ ## Suggestions for Fork Maintainers
15
+
16
+ - If you'd like to enhance the telemetry data emitted or collected by the demo,
17
+ then we strongly encourage you to backport your changes to this repository.
18
+ For vendor or implementation specific changes, a strategy of modifying
19
+ telemetry in the pipeline via config is preferable to underlying code changes.
20
+ - Extend rather than replace. Adding net-new services that interface with the
21
+ existing API is a great way to add vendor-specific or tool-specific features
22
+ that can't be accomplished through telemetry modification.
23
+ - To support extensibility, please use repository or facade patterns around
24
+ resources like queues, databases, caches, etc. This will allow for different
25
+ implementations of these services to be shimmed in for different platforms.
26
+ - Please do not attempt to backport vendor or tool-specific enhancements to this
27
+ repository.
28
+
29
+ If you have any questions or would like to suggest ways that we can make your
30
+ life easier as a fork maintainer, please open an issue.
31
+
32
+ [ デモリポジトリ] : {{% param repo %}}
You can’t perform that action at this time.
0 commit comments