Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Manik Rana <Manikrana54@gmail.com>
  • Loading branch information
Maniktherana and ArthurSens authored Dec 17, 2024
1 parent 9b87407 commit a34f609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Created Timestamps (CTs) were proposed in the summer of 2023 with support for th

These characterisitics, specifically the final one means that the parser must search or "peek" ahead to find the `_created` line for a given metric with the same label set and thus, requires additional CPU/memory resources when it can be saved.

This search operation can be specifically taxing when the CT line, if it exists, is the very last line in a large MetricFamily such as that of a histogram with many buckets.
This search operation can be particularly taxing when the CT line, if it exists, is the very last line in a large MetricFamily, such as a histogram with many buckets.

### Pitfalls of the current solution

Expand Down

0 comments on commit a34f609

Please sign in to comment.