Skip to content
@bleemeo

Bleemeo

Servers, Containers, and Applications monitoring made easy. #DevOps #Monitoring #Observability #Cloud
Bleemeo — Observability for European cloud teams: open, sovereign, predictable.

Observability for European cloud teams — open, sovereign, predictable.

Bleemeo is a European SaaS company headquartered in Toulouse, France, building modern monitoring for servers, containers, and applications. Our platform is designed to be simple to deploy, predictable to bill, and built around data residency in the EU — a fit for startups, scale-ups, and regulated industries (healthcare, finance, public sector) operating under GDPR, NIS2, or DORA.

We build the SaaS product at bleemeo.com and maintain the open-source projects below. Everything you see on this organization is licensed under Apache 2.0.

What we build

  • Bleemeo SaaS — Cloud monitoring with auto-discovery, predictable per-host pricing, AI-assisted alert correlation and noise reduction, and EU data residency.
  • Glouton — Our open-source monitoring agent. Collects metrics and logs from servers and containers, auto-discovers services, and runs standalone or with the Bleemeo platform.
  • DashglassNew — Lightweight Prometheus-native dashboards with first-class GitOps: one Go binary, dashboards stored as git-friendly files, edited in the UI.
  • SquirrelDB — Scalable time-series database backed by Cassandra, with a Prometheus-compatible API.
  • SDKsGo and Python clients for the Bleemeo API.
Bleemeo Cloud dashboard — fleet health overview, events heatmap, incident trend, and real-time infrastructure timeline.

A glimpse of the Bleemeo Cloud dashboard — fleet health at a glance, with full incident context one click away.

New: Dashglass — Prometheus dashboards that live in git

Dashglass is our newest open-source project: the dashboard part of Grafana, nothing else. A single Go binary, no database, and every dashboard is a plain JSON/YAML/TOML file you can version, review, and deploy through git.

Dashglass — a fleet overview dashboard with a CPU gauge, a memory stat panel, network throughput time series, and per-node CPU panels repeated by variable.
  • Files are the product — deterministic serialization, so a one-field edit produces a one-line diff. Edit in the UI, review in git, or run fully provisioned with -readonly.
  • Git-native history — browse, diff, and restore dashboard versions straight from the UI, backed by git log. Optional commit-on-save and push/pull sync with a remote close the GitOps loop.
  • Prometheus-native — read-only proxy to your Prometheus, a PromQL editor with live autocompletion, an Explore view, and chained dashboard variables.
  • Interactive — repeat a panel across the values of a variable, and drill down to another dashboard or an external tool with the current variables and time range carried over.
  • Grafana import — convert dashboards from a JSON export or straight from grafana.com, with honest per-panel warnings.

Point it at a Prometheus and a dashboards directory:

docker run -p 8080:8080 -v "$(pwd)/dashboards:/dashboards" \
  ghcr.io/bleemeo/dashglass -prometheus-url http://your-prometheus:9090
# open http://localhost:8080

Prebuilt binaries for Linux, macOS, and Windows are attached to each release. No Prometheus at hand? The repository ships a Docker Compose demo with sample dashboards that have data out of the box.

Our open-source projects

Project What it does Language
glouton stars Monitoring agent — metrics, logs, service auto-discovery Go
dashglass stars Prometheus-native dashboards stored as git-friendly files, with GitOps history Go, TypeScript
squirreldb stars Time-series database with a Prometheus-compatible API, backed by Cassandra Go
squirreldb-ingestor stars Ingestion service in front of SquirrelDB Go
bleemeo-go stars Go client for the Bleemeo API Go
bleemeo-python stars Python client for the Bleemeo API Python
bleemeo-community-edition stars Self-hosted Bleemeo edition for the community

All projects are released under the Apache License 2.0.

Try Bleemeo

Get the platform running in a few minutes — no infrastructure to deploy on your side.

Or try the open-source agent standalone

Spin up Glouton on any Linux host with Docker — no Bleemeo account needed. It auto-discovers services running on the host and exposes a Prometheus-compatible metrics endpoint:

docker run -d --name=bleemeo-agent --pid=host --net=host \
  --cap-add SYS_PTRACE --cap-add SYS_ADMIN \
  -v /var/lib/glouton:/var/lib/glouton \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /:/hostroot:ro \
  -e GLOUTON_BLEEMEO_ENABLE=false \
  bleemeo/bleemeo-agent

For Kubernetes, native Linux packages, or Windows installers, see the Glouton README.

Contributing

We welcome pull requests, issues, and feedback on every open-source project here.

  • Start with the Contributing guide — it covers commit conventions, DCO sign-off, and PR expectations.
  • Check the project's own README for build, test, and lint commands.
  • All contributors are expected to follow the Contributor Covenant 2.1.

Need help instead? See SUPPORT.

Security

Found a vulnerability? Please don't open a public issue.

Use GitHub's private vulnerability reporting on the affected repository, or email security@bleemeo.com. Full policy: SECURITY.md.

Connect with us


Built in Europe — Running in Europe · © Bleemeo SAS

Pinned Loading

  1. glouton glouton Public

    Monitoring agent that collects metrics from Telegraf/Prometheus/SNMP and pushes to Bleemeo SaaS or your own MQTT/Prometheus 🔬

    Go 61 5

  2. squirreldb squirreldb Public

    Time Series Database based on Cassandra with Prometheus remote read/write support 🗄️

    Go 43 1

  3. squirreldb-ingestor squirreldb-ingestor Public

    Bleemeo Open Source MQTT to Prometheus ingestor

    Go 16

  4. dashglass dashglass Public

    Lightweight Prometheus dashboards with GitOps-first file storage — a single Go binary

    TypeScript 1

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…