Prometheus logo
Monitoring · self-hosted

Prometheus in one click.

Prometheus is a metrics & alerting you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is Prometheus?

Prometheus is an open-source monitoring and alerting toolkit that collects time series metrics via HTTP pull. It uses the PromQL query language and integrates with Grafana for visualization.

CategoryMonitoring
Default port9091
Container imageprom/prometheus:latest
Official siteprometheus.io

Run Prometheus in Even

Even Stacks launches Prometheus as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find Prometheus in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 9091, and serves it over trusted HTTPS at https://prometheus.localhost.

Drive Prometheus with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Prometheus directly, at both the UI level and the container level.

Through the Even MCP an agent can open its dashboards in the browser pane, read the metrics, and set up alerts. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up Prometheus and get it ready", and the agent handles it end to end.

How agents reach it: Query metrics at http://localhost:9091 using PromQL in the Expression Browser. Add scrape targets by editing prometheus.yml in its volume, then POST to http://localhost:9091/-/reload to apply. Time-series data lives in /prometheus.

More Monitoring services

Other one-click services you can launch in Even Stacks.