-
Notifications
You must be signed in to change notification settings - Fork 44
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
Translate the python agent README.md into English #58
Conversation
@@ -17,6 +17,8 @@ Scavenger provides more sophisticated and clear UI and elaborate the instrumenta | |||
* Provide APs for exploring invocations. | |||
* Scavenger Frontend | |||
* Provides UI. | |||
* Scavenger Python Agent (BETA) | |||
* Python agent of Scavenger Agent described above. |
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.
How about adding a link to the guide as well?
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.
@dbgsprw
I left reviews, please check it
scavenger-agent-python/README.md
Outdated
### 한계 | ||
* Graceful Shutdown에 대한 구현은 기존 프레임워크와의 충돌 가능성으로 인해 자동으로 지원하지 않습니다. 대신 아래와 같은 `agent.shutdown()` 함수를 지원하므로 직접 등록하여서 사용하여야 합니다. | ||
### Limitations | ||
* The implementation of Graceful Shutdown is not automatically supported due to potential conflicts with existing frameworks. Instead, the `agent.shutdown()` function as shown below is supported, so you must register and use it yourself. |
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 implementation of Graceful Shutdown is not automatically supported due to potential conflicts with existing frameworks. Instead, the `agent.shutdown()` function as shown below is supported, so you must register and use it yourself. | |
* The implementation of Graceful Shutdown is not automatically supported due to potential conflicts with existing frameworks. Instead, the `agent.shutdown()` function as shown below is provided, so you must register it into your framework shutdown routine by yourself. |
scavenger-agent-python/README.md
Outdated
@@ -96,4 +97,4 @@ app = Flask(__name__) | |||
def hello_world(): | |||
return 'Hello World!' | |||
``` | |||
* 코드를 직접 읽어서 메서드를 탐색해야 하므로 pyc 파일은 현재 지원되지 않습니다. | |||
* Pyc files are currently not supported because Python code must be read by the agent. |
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.
* Pyc files are currently not supported because Python code must be read by the agent. | |
* The direct Instrumentation for pyc files are currently not supported because Python code must be read by the scavenger agent. |
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.
In that case, how about updating Korean too?
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.
good!!
4dbf58a
to
0299a3d
Compare
@dbgsprw please check the review result |
@dbgsprw please. comment sth~ |
131284e
to
829f64a
Compare
@junoyoon |
6800eb8
to
49aa4fe
Compare
No description provided.