Skip to content

Commit

Permalink
Merge branch 'telemetry-comps' into combined-rodap-stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbell committed Oct 22, 2024
2 parents 707bdbe + 96b1ef0 commit 1da60b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/comps/components/CompsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,10 @@ const props = defineProps({

onBeforeMount(async () => {
const telemetryOptions = {
strategy: 'minmax'
strategy: 'minmax',
size: 20,
};
// TODO: we should dynamically set size to the largest comp input window
outputTelemetryCollection = openmct.telemetry.requestCollection(domainObject, telemetryOptions);
outputTelemetryCollection.on('add', telemetryProcessor);
outputTelemetryCollection.on('clear', clearData);
Expand Down

0 comments on commit 1da60b0

Please sign in to comment.