BjΓΆrn will talk about the state of metadata in the Prometheus ecosystem, and @juliusvolz will talk about the new prometheus.io homepage!
https://community.cncf.io/e/m5ptwz/
Co-founded prometheus.io, founded promlabs.com and promcon.io.
Currently building Prometheus training courses at https://training.promlabs.com!
| Website | https://juliusv.com/ |
| Location | Berlin, Germany |
| Company | https://promlabs.com/ |
| GitHub | https://github.com/juliusv |
#Prometheus 3.0 is here! π π
and #OpenTelemetry support is a major theme in this major release π
I sat down with Prometheus creator Julius Volz to discuss this major release and more updates from last month's #PromCon EU 2024 π₯
Don't miss the latest episode of OpenObservability Talks π
https://horovits.medium.com/prometheus-3-0-unveiled-highlights-from-promcon-europe-2024-1c5edca32c87
For more project updates, join #KubeCon NA, November 12-15 in Salt Lake City, by the #CNCF: https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/
#PromCon just wrapped up in Berlin, and this year's edition was a big one.π₯
After 7 years and 54 minor releases of v2, #Prometheus 3.0 was unveiled! π3οΈβ£π
I sat down with @juliusvolz, the creator of @Prometheus for a walk through the major announcements.
Check out the recap of the latest OpenObservability Talks episodeπ:
https://horovits.medium.com/prometheus-3-0-unveiled-highlights-from-promcon-europe-2024-1c5edca32c87
Since the @Prometheus 3.0 beta with the new UI got released at #PromCon yesterday, I wrote a blog post going into my motivations for creating the new UI and showcasing some of the cool new features in it:
https://promlabs.com/blog/2024/09/11/a-look-at-the-new-prometheus-3-0-ui/
The goal of this new UI is not to be radically different with a ton of new features, but:
* Rewrite with a more modern stack (+Mantine)
* Make menus & pages cleaner, more consistent, and less cluttered
* Rethink a few minor things along the way
* More new features later
For anyone who wants to try out the new
@Prometheus UI (>90% done) that I'm currently building for Prometheus 3.0:
β¬οΈ git clone [email protected]:prometheus/prometheus
β‘οΈ git checkout mantine-ui
π make build
βΆοΈ ./prometheus --enable-feature=new-ui
Happy to hear feedback :)
I created a short follow-up video to my last video about @Prometheus histograms, this time explaining how to show histograms as a heatmap panel in Grafana:
Version 2.54 of @Prometheus comes with a nice new PromQL usability feature that allows you to use duration and number literals interchangeably, so you can write queries like this:
π time() - my_timestamp_seconds > 30d
I wrote a blog post explaining this new feature:
https://promlabs.com/blog/2024/08/19/number-and-duration-literals-are-now-interchangeable-in-promql/
Wrote a blog post: Why you want to avoid large, multi-target exporters in
@Prometheus monitoring, and why many fine-grained scrape endpoints are much better! π