Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Oct 24, 2023
1 parent aa81e57 commit a67f226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oximeter/db/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,9 @@ impl Client {
response
}

// Get timeseries schema from the database.
//
// Can only be called after acquiring the lock around `self.schema`.
async fn get_schema_locked(
&self,
schema: &mut BTreeMap<TimeseriesName, TimeseriesSchema>,
Expand Down

0 comments on commit a67f226

Please sign in to comment.