Skip to content

Commit 8ef8dac

Browse files
committed
docs: translated demo/forking into ja
1 parent 2dee781 commit 8ef8dac

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

content/ja/docs/demo/forking.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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 %}}

0 commit comments

Comments
 (0)