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

Split metrics from device resource #1371

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 6, 2023

  1. Split metrics from device resource

    Remodel `device` resource and split metrics into `device metrics record`
    
    This reduces the load on the `device` resource when updating device metrics periodically.
    device metrics are far less frequently needed than the `device` resource. Thus writing to the heavily used `device` resource should be offloaded to the `device metrics record` resource.
    
    Change-type: major
    Signed-off-by: Harald Fischer <[email protected]>
    fisehara committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    533ab03 View commit details
    Browse the repository at this point in the history