This is a short summary. ↗ Open original to view full content
When Can You Add Prometheus Labels Without Increasing Cardinality?
from blog Evan Schwartz, | ↗ original
Related
More from Evan Schwartz
[Recipe] Chicago beef soup dumplings
16 Nov 2024 |
original ↗
A delicious (and somewhat blasphemous) mashup of two very different traditional foods: Chicago Italian beef sandwiches and Chinese soup dumplings.
Binary vector embeddings are so cool
11 Nov 2024 |
original ↗
Vector embeddings by themselves are pretty neat. Binary quantized vector embeddings are extra impressive. In short, they can retain 95+% retrieval accuracy with 32x compression 🤯.
Understanding Memory Ordering in Rust
17 Sept 2024 |
original ↗
I am reading Mara Bos' Rust Atomics and Locks. On the first pass, I didn't really grok memory ordering. So here's my attempt at understanding by explaining.
Async Rust can be a pleasure to work with (without `Send + Sync + 'static`)
4 Sept 2024 |
original ↗
Async Rust is powerful. And it can be a pain to work with (and learn). Async Rust can be a pleasure to work with, though, if we can do it without `Send + Sync + 'static`.
Inside some complex Prometheus queries
5 Jul 2023 |
original ↗
A deep dive on the PromQL queries generated by the Autometrics framework