🎉 2025-Q3 Overview
📊 Monitoring & Observability
🪵 Welcome Loki: Our New Logging Solution
We're excited to complete our observability! Alongside Prometheus for metrics and Tempo for traces, we've now integrated Loki as our official logging solution.
Loki will aggregate logs from all our services, providing a centralized place to search, analyze, and debug.
Logs will be processed in OpenTelemetry format via Alloy.
To get started, you can enable log scraping for your service by simply adding the following label to your pods: mapcolonies.io/alloy-api-logs: "true".
After that, you can see the logs immediately here
In the future, we will release a dedicated NPM logger package, so in the meantime, DO NOT set this label on your NodeJS services.
💾 MinIO Gets a Significant Upgrade!
We've rolled out a UI and monitoring upgrade for MinIO!
We've often faced issues where MinIO would shut down because it ran out of disk space.
To prevent this, we've integrated robust metrics and proactive alerts to warn us long before space becomes an issue.
Additionally, we've added a new dashboard panel that shows the size of every bucket,
making it incredibly easy to see where space is being used and how to free it up when needed.

✨ Cluster Health at a Glance: New OpenShift Dashboards
Ever wonder if we're making the most of our OpenShift cluster resources?
To help answer that question, we've launched two powerful new dashboards:
one for overall Cluster Statistics and another for detailed Namespace Statistics.
These dashboards give you a clear view of resource utilization, helping us spot wasted resources and find opportunities to be more efficient.
Now you can easily see if your services are over-provisioned and help us save money and improve performance across the board!
🛡️ Authentication
🔑 Token Kiosk for Temporary Access
We've launched the Token Kiosk, a new service for issuing temporary tokens to B2C clients. This is especially useful for applications like ArcGIS-Pro and ArcMap, where preventing token sharing across different machines is a security priority.
Key Features:
- Secure Access: The service generates temporary tokens and can distinguish between different devices to ensure tokens aren't shared.
- SSO Integration: It uses an SSO to authenticate users securely.
- User-Friendly UI: A simple, Hebrew-language interface allows users to generate a token, view an expiration countdown, and copy the token with a single click.
- Token Lifecycle: Tokens are valid for one week by default, and all issuance is logged in a database for tracking.
Feel free to tell your friends and show them the kiosk here😉

💸 Infrastructure & Cost Optimization
📉 Weekend Auto-Scaler
To help reduce costs, we've implemented a new auto-scaling tool. This tool automatically downscales all non-prod deployments over the weekend (Azure only, not relevant to in-networks).
Don't worry, the tool scales them back up to their original replica counts first thing on Sunday morning.
Whenever the tool starts working, it reports everything to our slack channel infra-notifications so if anything goes wrong, we'll be the first one to know and fix it.
This simple change allows us to optimize our resource usage and save money without impacting performance during the work week.
🚀 CI/CD Improvements
🕵️ Jenkins Observability
Ever had a pipeline fail without a clear reason?
We've enhanced our Jenkins setup with improved observability.
This will make it significantly easier to debug pipeline issues, detect errors proactively, and understand performance bottlenecks,
leading to a more stable and reliable CI/CD environment.
🛡️ Safer Deployments with Gatekeeper Guardrails
To help improve consistency, we've enabled Gatekeeper to act as a friendly guardrail for our deployments. It checks if your Helm charts have all the required labels and annotations needed for monitoring and automation.
Don't worry, it won't block you! For now, it only shows a warning if something is missing, giving you a gentle nudge in the right direction. To make it easy, you can add all the required labels using our mc-labels-and-annotations Helm library.