Skip to content
Snippets Groups Projects
Commit 49cc5161 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'cull-metrics' into 'master'

Cull attributes to poll

See merge request !858
parents 6b0d2e15 ade949a9
No related branches found
No related tags found
1 merge request!858Cull attributes to poll
......@@ -48,6 +48,8 @@ logger = logging.getLogger()
@device_metrics(
exclude=[
"Last_update_pointing_exception_R",
"Pointing_direction_R",
"Pointing_direction_RW",
]
)
class BeamDevice(AsyncDevice):
......
......@@ -28,6 +28,9 @@ __all__ = ["RECVH"]
@device_logging_to_python()
@device_metrics(
exclude=[
"HBAT_BF_delay_steps_R",
"HBAT_PWR_on_R",
"HBAT_PWR_LNA_on_R",
"*_RW",
]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment