MemoryView, ClientView, and OrchestratorSummaryView are updating views housed inside of TelemetryView, similar to the views within OverviewView for the Experiment Overview page.
Each new view has a corresponding view_builder that provides the Streamlit layouts.
memory_file, client_file, and client_count_file were added to the Shard schema.
MemoryView
,ClientView
, andOrchestratorSummaryView
are updating views housed inside ofTelemetryView
, similar to the views withinOverviewView
for theExperiment Overview
page.Each new view has a corresponding
view_builder
that provides the Streamlit layouts.memory_file
,client_file
, andclient_count_file
were added to theShard
schema.