Prometheus Monitoring's Avatar

Prometheus Monitoring

@prometheus.io.bsky.social

The leading open-source monitoring solution - prometheus.io

2,462 Followers  |  7 Following  |  8 Posts  |  Joined: 30.04.2023  |  1.4167

Latest posts by prometheus.io on Bluesky

PromCon PromCon, the conference about the Prometheus monitoring system and time series database

Reminder: The CfP for #PromCon (October 21+22 in Munich) is open! Please submit your @prometheus.io talks :)

promcon.io/2025-munich/...

24.06.2025 08:51 β€” πŸ‘ 15    πŸ” 9    πŸ’¬ 0    πŸ“Œ 0

Join us for this Berlin Prometheus meetup on March 25!

18.03.2025 14:18 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

The recording of our @prometheus.io talk is out!

youtu.be/o5HpeMtpsTg?...

21.11.2024 13:37 β€” πŸ‘ 18    πŸ” 5    πŸ’¬ 0    πŸ“Œ 1
A Prometheus server web UI with the Query page opened, showing a PromQL expression being visualized as a tree view, with visual annotations about available results and labels for each sub-expression node. One node is selected and being graphed.

A Prometheus server web UI with the Query page opened, showing a PromQL expression being visualized as a tree view, with visual annotations about available results and labels for each sub-expression node. One node is selected and being graphed.

A Prometheus server web UI with the Query page opened, showing a PromQL expression being visualized as a tree view, with visual annotations about available results and labels for each sub-expression node. A binary operator node is selected and an explanation for the matching behavior of the operator is being shown below the tree in an "Explain" tab.

A Prometheus server web UI with the Query page opened, showing a PromQL expression being visualized as a tree view, with visual annotations about available results and labels for each sub-expression node. A binary operator node is selected and an explanation for the matching behavior of the operator is being shown below the tree in an "Explain" tab.

The coolest new UI feature in the new @prometheus.io web UI is IMO the PromLens-style tree view that allows you to visualize your PromQL query structure and analyse the data for each sub-expression. You can even get visualizations of the matching behavior of binary vector operators and more!

15.11.2024 08:38 β€” πŸ‘ 29    πŸ” 7    πŸ’¬ 1    πŸ“Œ 1
Blog - A Look at the New Prometheus 3.0 UI PromLabs - We teach Prometheus-based monitoring and observability

And here's a blog post about the new web UI that I built for @prometheus.io 3.0 that I wrote a little while back for the first beta release:

promlabs.com/blog/2024/09...

15.11.2024 08:31 β€” πŸ‘ 24    πŸ” 4    πŸ’¬ 2    πŸ“Œ 0
Preview
Announcing Prometheus 3.0 | Prometheus An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.

Today on #KubeConNA we released @prometheus.io 3.0 ❀️

It was a long and amazing journey; thanks to all 68 contributors since 2.55 and near 1000 since 2.0! πŸ’ͺ

New UI, query explore, UTF-8, @opentelemetry.io compatibility, Remote Write 2.0, better perf and more!

Details: prometheus.io/blog/2024/11...

15.11.2024 00:09 β€” πŸ‘ 87    πŸ” 36    πŸ’¬ 2    πŸ“Œ 7
Video thumbnail

@prometheus.io 3.0 is out! πŸŽ‰πŸ₯³πŸ‘

14.11.2024 23:30 β€” πŸ‘ 16    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

Prometheus 2.46.0-rc.0 is out! Please test it and report any bugs you might find in our issue tracker.

https://github.com/prometheus/prometheus/releases/tag/v2.46.0-rc.0

21.07.2023 12:24 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Prometheus 2.45.0 new release

Prometheys 2.45 is out!

This is a Long Term Support release - we will provide bugfixes and security fixes until July 2024 on this release!

https://groups.google.com/g/prometheus-announce/c/S1oVgGrng4Q

26.06.2023 12:22 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
7 Things You Didn't Know About Prometheus | Little-Known Features and Implementation Details
In this video, I cover seven little-known features, behaviors, and implementation details in the Prometheus monitoring system that I find mildly interesting.... 7 Things You Didn't Know About Prometheus | Little-Known Features and Implementation Details

New @prometheusio.bsky.social video! This time about 7 little-known behaviors and implementation details. Some useful, some (AT LEAST) mildly interesting πŸ˜…

How many of these do you know? πŸ€”

https://www.youtube.com/watch?v=3-XwyId5Fog

08.06.2023 14:05 β€” πŸ‘ 4    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0

Look at this awesome video from @juliusv.com

PromQL Data Selection Explained | Selectors, Lookback Delta, Offsets, and Absolute "@" Timestamps

https://www.youtube.com/watch?v=xIAEEQwUBXQ

30.05.2023 08:29 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Prometheus is back to GSOC this year with Arthus Sens as mentee:
https://summerofcode.withgoogle.com/programs/2023/projects/pmQsJm1C

28.05.2023 13:28 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

I finally got back to making a big new @prometheusio.bsky.social video with tons of explainer animations:

All about PromQL data selection!

* Instant/range vector selectors
* Label matchers
* Lookback delta
* Staleness handling
* Offsets
* "@" timestamps

https://www.youtube.com/watch?v=xIAEEQwUBXQ

22.05.2023 14:00 β€” πŸ‘ 3    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
A frame from an animation video explaining the data selection behavior for instant vector selectors with an offset in PromQL.

A frame from an animation video explaining the data selection behavior for instant vector selectors with an offset in PromQL.

Working on some PromQL data selection explainer animations for a new @prometheusio.bsky.social video:

https://juliusv.com/instant-vector-selector-offset.mp4

(looking forward to video support on Bluesky! ;))

04.05.2023 19:30 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Plenty of Prometheus releases these days: LTS 2.37.8, 2.43.1, 2.43.1-stringlabels, 2.44.0-rc.1. noticably 2.43.1 fixes a bug triggering with some relabeling rules, upgrade recommended if you are on 2.43. https://github.com/prometheus/prometheus/releases/tag/v2.43.1

05.05.2023 15:06 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

This is a placeholder for now; we need to figure out what to do with this account and if we can automate it across Mastodon.

Questions? -> @richih.bsky.social

30.04.2023 10:16 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hi from https://prometheus.io/ :)

30.04.2023 10:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@prometheus.io is following 6 prominent accounts