techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.4K
active users

#grafana

16 posts16 participants0 posts today

Your logs are lying to you - metrics are meaner and better.

Everyone loves logs… until the incident postmortem reads like bad fan fiction.
Most teams start with expensive log aggregation, full-text searching their way into oblivion. So much noise. So little signal. And still, no clue what actually happened. Why? Because writing meaningful logs is a lost art.
Logs are like candles, nice for mood lighting, useless in a house fire.

If you need traces to understand your system, congratulations: you're already in hell.

Let me introduce my favourite method: real-time, metric-driven user simulation aka "Overwatch".

Here's how you do it:

🧪 Set up a service that runs real end-to-end user workflows 24/7. Use Cypress, Playwright, Selenium… your poison of choice.
📊 Every action creates a timed metric tagged with the user workflow and action.
🧠 Now you know exactly what a user did before everything went up in flames.

Use Grafana + InfluxDB (or other tools you already use) to build dashboards that actually tell stories:

* How fast are user workflows?
* Which steps are breaking, and how often?
* What's slower today than yesterday?
* Who's affected, and where?

🎯 Alerts now mean something.
🚨 Incidents become surgical strikes, not scavenger hunts.
⚙️ Bonus: run the same system on every test environment and detect regressions before deployment. And if you made it reusable, you can even run the service to do load tests.

No need to buy overpriced tools. Just build a small service like you already do, except this one might save your soul.

And yes, transform logs into metrics where possible. Just hash your PII data and move on.

Stop guessing. Start observing.
Metrics > Logs. Always.

🚢 #Keycloak shipped release 26.2 today (Friday afternoon)! 🚢

Pimp your #SingleSignOn with a lot of new features. And it became even simpler to host it yourself!

* Least-privileged delegated access without service desk tickets.
* Enhanced token-exchange for accurate and narrowly scoped tokens for #zerotrust architectures.
* Pre-defined #Grafana dashboard to monitor service level indicators.
* Simplified update and configuration to increase availability.

keycloak.org/2025/04/keycloak-

KeycloakKeycloak 26.2.0 releasedSupported Standard Token Exchange * Fine-grained admin permissions supported * Guides for metrics and Grafana dashboards * Zero-configuration secure cluster communication

I like #grafana nearly as much as I love RRDtool. But I hate the fact that there is 0 coherence in font size between widgets of a whole dashboard.

Having the same dashboard render well on desktop, tablet and telephone is more that a pain in the arse!