Skip to content
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

Improve/document the observability story #2606

Open
saolof opened this issue Aug 24, 2023 · 0 comments
Open

Improve/document the observability story #2606

saolof opened this issue Aug 24, 2023 · 0 comments

Comments

@saolof
Copy link

saolof commented Aug 24, 2023

qstat lets you query the current state of pbs jobs, but it is not ideal for implementing the observer pattern instead of polling the current state or for getting the full history of state changes, which would be nice to have when trying to integrate pbs with other parts of a toolchain, like getting a live notification that a job has been killed.

The ideal end goal would be to be able to stream a change log to databases/kafka/loki. I don't quite expect pbs to communicate with these by itself, but it would be nice to have some documented interface to be able to write monitoring processes that do this, at any level of abstraction from reading a log files dumped to disk to having debezium use the logical replication functionality of the pbs postgres database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant