pub fn cache_counter_ids<'a>(counter_ids: impl IntoIterator<Item = &'a str>)Expand description
Merge remotely resolved counter IDs into the local cache (in memory and
on disk), so subsequent symbol_to_counter_id / lookup_counter_id
calls resolve them without another network round trip.