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.
  • 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.

Our open-source projects

Project What it does Language
glouton stars Monitoring agent — metrics, logs, service auto-discovery Go
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 for servers, containers, and applications 🔬

    Go 59 5

  2. squirreldb squirreldb Public

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

    Go 42 1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…