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

Analytics DB: Annotate pod/node data onto Job model #697

Closed
wants to merge 9 commits into from

Conversation

jjnesbitt
Copy link
Collaborator

This PR will allow us to derive "cost per job" data

Adds the following records to the Job model:

  • job_cpu_request
  • job_memory_request
  • node_name
  • node_uid
  • node_cpu
  • node_mem
  • node_capacity_type
  • node_instance_type
  • node_instance_type_spot_price

@jjnesbitt jjnesbitt changed the title Annotate pod/node data onto Job model Analytics DB: Annotate pod/node data onto Job model Nov 9, 2023
@jjnesbitt jjnesbitt force-pushed the job-node-data branch 2 times, most recently from 5d08608 to 219d737 Compare November 13, 2023 20:21
@cmelone
Copy link
Contributor

cmelone commented Dec 26, 2023

Hey Jacob,

per our convo with Alec a couple weeks ago, here is the code I'm using to grab the job information from prometheus. Let me know if you have any questions

@jjnesbitt
Copy link
Collaborator Author

Closing in favor of #723

@jjnesbitt jjnesbitt closed this Jan 12, 2024
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

Successfully merging this pull request may close these issues.

2 participants