Skip to content

Commit

Permalink
Use ray_submission_id as fluentbit key instead of job_id (#416)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
  • Loading branch information
andrewsykim authored Mar 22, 2024
1 parent 4afd93e commit 5a80eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/kuberay-logging/config/parsers.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[PARSER]
Name rayjob
Format regex
Regex (?<job_id>raysubmit_[^.]*)
Regex job-driver-(?<ray_submission_id>[^.]*)\.log
2 changes: 1 addition & 1 deletion ray-on-gke/guides/observability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Follow these steps to view the persisted logs from the Ray job:
3. Use the following query to search for logs from your Ray job.

```
jsonpayload.job_id=%RAY_JOB_ID%
jsonpayload.ray_submission_id=%RAY_JOB_ID%
```

### Monitoring
Expand Down

0 comments on commit 5a80eb2

Please sign in to comment.