-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zh] Add concepts/signals/_index.md #5521
Open
my-git9
wants to merge
1
commit into
open-telemetry:main
Choose a base branch
from
my-git9:signals
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,27 @@ | ||||||
--- | ||||||
title: 信号 | ||||||
description: 了解 OpenTelemetry 支持的遥测类别 | ||||||
aliases: | ||||||
- /docs/concepts/data-sources | ||||||
- /docs/concepts/otel-concepts | ||||||
weight: 11 | ||||||
default_lang_commit: e7c30e9 | ||||||
--- | ||||||
|
||||||
OpenTelemetry 的目的是收集、处理和导出**[信号][]**。 | ||||||
信号是系统输出,描述了操作系统和平台上运行的应用程序的底层活动。 | ||||||
信号可以是你希望在特定时间点测量的某项指标,如温度或内存使用率, | ||||||
也可以是贯穿分布式系统组件的事件,你希望对其进行跟踪。 | ||||||
你可以将不同的信号组合在一起,从不同角度观察同一技术的内部运作。 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know how to translate "the same piece of technology", but I feel "同一技术" is very unclear and misleading. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
这样会不会通顺点 |
||||||
|
||||||
目前,OpenTelemetry 支持以下类型的信号: | ||||||
|
||||||
- [追踪(Trace)](/docs/concepts/signals/traces) | ||||||
- [指标 (Metric)](/docs/concepts/signals/metrics) | ||||||
- [日志 (Log)](/docs/concepts/signals/logs) | ||||||
- [行李 (Baggage)](/docs/concepts/signals/baggage) | ||||||
|
||||||
**事件**是一种特定类型的日志,而 | ||||||
[**profiles** 正在由 Profiling 工作组开发](https://github.com/open-telemetry/oteps/blob/main/text/profiles/0212-profiling-vision.md)。 | ||||||
|
||||||
[信号]: /docs/specs/otel/glossary/#signals |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The preview looks not good.