-record(view, {name :: otel_instrument:name(), instrument_matchspec :: ets:compiled_match_spec(), description :: unicode:unicode_binary() | undefined, attribute_keys :: [opentelemetry:attribute_key()], aggregation_module :: module(), aggregation_options=#{} :: map()}). -record(view_aggregation, {%% name of the view or instrument if the view has no name name :: atom(), scope :: opentelemetry:instrumentation_scope(), instrument :: otel_instrument:t(), reader :: reference() | undefined, aggregation_module :: module(), aggregation_options :: map(), temporality :: otel_aggregation:temporality(), is_monotonic :: boolean(), %% description from the view or the instrument if the view has no name description :: unicode:unicode_binary() | undefined }).