Skip to content

Commit dff4c77

Browse files
committed
Addressed the review.
1 parent b6dbd6e commit dff4c77

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

reps/2022-04-21-state-observability-apis.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,18 @@ State APIs can be categorized into 3 types.
3535
**Logical states**
3636
- Aligned with logical concepts in which users need to learn to use Ray.
3737
It- Useful for beginners to advanced users.
38-
- E.g., Actor, Task, Objects, Resources, Placement Group, Runtime Env
38+
- E.g., actors, tasks, objects, resources, placement groups, runtime environments
39+
3940

4041
**Physical states**
4142
- States from physical components.
4243
- When users scale up, it will become important to observe physical states.
43-
- Logs, Cluster Health, Worker processes, Nodes
44+
- E.g., logs, cluster health, worker processes, nodes
4445

4546
**Internal states**
4647
- Internal information about Ray.
4748
- They are mostly useful for maintainers to debug bugs, but users can also be benefited.
48-
- Scheduling states, Events, Internal states of Ray components
49+
- E.g., scheduling states, events, internal states of Ray components
4950

5051

5152
### Status quo

0 commit comments

Comments
 (0)