Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Add Monitoring/add endpoint

appel_c requested to merge monitoring/add_endpoint into master

Description

This MR adds a new endpoint and message type.

Related Issues

closes #158 (closed)

Type of Change

  • Clean up docstrings in bec_lib.messages
  • add DeviceMonitorMessagein bec_lib.messages
  • add _device_monitor endpoint to bec_lib.endpoints

Additional Comments

Changes of the docstrings should be checked. In addition, I would like to as:

  1. Is list the appropriate type for the content of the data
  2. Shall we enforce that DeviceMonitorMessages include datatype with info about dtype and dshape, or rely on <device>.describe() for information on dtpye/dshape.

Definition of Done

  • Documentation is up-to-date.
  • Checking docstrings for messages.
  • Feedback on types for DeviceMonitorMessage
Edited by appel_c

Merge request reports