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

TELEMETRY - Add info #19

Closed
4 tasks done
mickahell opened this issue Apr 1, 2022 · 0 comments · Fixed by #25
Closed
4 tasks done

TELEMETRY - Add info #19

mickahell opened this issue Apr 1, 2022 · 0 comments · Fixed by #25
Assignees
Labels
data Generative data issue QAMP spring 2022 QAMP

Comments

@mickahell
Copy link
Collaborator

mickahell commented Apr 1, 2022

Resume

Add telemetry info into the metadata files

Goal

Having the time, job id and payload of the circuit as data information for each dataset

  • time in queue
  • time in simulation
  • job id
  • size of payload (python object send to Runtime)

nb_qubits | layer | circuit_id | job_id | time queue | time simu | payload size


EPIC #5

@mickahell mickahell self-assigned this Apr 1, 2022
@mickahell mickahell added data Generative data issue QAMP spring 2022 QAMP labels Apr 1, 2022
@mickahell mickahell mentioned this issue Apr 1, 2022
9 tasks
@mickahell mickahell mentioned this issue Apr 15, 2022
8 tasks
mickahell added a commit that referenced this issue Apr 16, 2022
## Resume
Related to #19 
- Generate the telemetry info about the job running in the Runtime.

## Details
- [x] Add gen_telemetry.py function to generate the file
- [x] Add it to the kernel controller
- [x] Get job id from run_sampler.py
- [x] Get times info (queue vs simu)
- [x] Get size of the payload
- [x] Add view_telemetry endpoint as cli
- [x] Add unittests
- [x] Edit requirements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Generative data issue QAMP spring 2022 QAMP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant