Skip to content

Conversation

@google-labs-jules
Copy link

@google-labs-jules google-labs-jules bot commented Nov 22, 2025

This PR updates the Grafana dashboard to use the correct metric names found in the RestBotEngine.java code. It consolidates the previous fragmented dashboards into a single, working dashboard.

It also updates docker-compose.yml to launch the full stack (EDDI, Mongo, Prometheus, Grafana) using the latest available images, including Grafana 12.3.0 as requested.

Verification:

  • Metric names checked against Java source code.
  • Docker images verified to exist (Grafana 12.3.0 tag exists on GitHub).
  • Compilation passed.

PR created automatically by Jules for task 3247670514232950040 started by @ginccc


This change is Reviewable

- Consolidated Grafana dashboards into `EDDI_Dashboard.json` with corrected metric names (adding `eddi_` prefix).
- Verified that `eddi_conversation_start_count_total` is a valid metric backed by an explicit Counter in `RestBotEngine.java`, used for "Throughput" stats.
- Updated `docker-compose.yml` (formerly `monitoring.yml`) to use `labsai/eddi:latest` and `grafana/grafana:12.3.0`.
- Cleaned up obsolete dashboard files.
- Consolidated docker compose files to a single `docker-compose.yml` for the full stack.
@google-labs-jules
Copy link
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

@coderabbitai
Copy link

coderabbitai bot commented Nov 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

- Consolidated Grafana dashboards into `EDDI_Dashboard.json` with corrected metric names (adding `eddi_` prefix).
- Verified that `eddi_conversation_start_count_total` is a valid metric backed by an explicit Counter in `RestBotEngine.java`, used for "Throughput" stats.
- Updated `docker-compose.yml` (formerly `monitoring.yml`) to use `labsai/eddi:latest` and `grafana/grafana:12.3.0`.
- Containerized Prometheus and Grafana configuration files into custom Docker images to fix volume mount issues in CI environments.
- Cleaned up obsolete dashboard files.
- Consolidated docker compose files to a single `docker-compose.yml` for the full stack.
- Consolidated Grafana dashboards into `EDDI_Dashboard.json` with corrected metric names (adding `eddi_` prefix).
- Updated `docker-compose.yml` (formerly `monitoring.yml`) to use `labsai/eddi:latest` and `grafana/grafana:12.3.0`.
- Containerized Prometheus and Grafana configuration files into custom Docker images to fix volume mount issues in CI environments.
- Updated `.dockerignore` to include necessary Grafana and Docker configuration files in the build context.
- Cleaned up obsolete dashboard files.
- Consolidated docker compose files to a single `docker-compose.yml` for the full stack.
- Consolidated Grafana dashboards into `EDDI_Dashboard.json` with corrected metric names (adding `eddi_` prefix).
- Updated `docker-compose.yml` (formerly `monitoring.yml`) to use `labsai/eddi:latest` and `grafana/grafana:12.3.0`.
- Containerized Prometheus and Grafana configuration files into custom Docker images to fix volume mount issues in CI environments.
- Updated `.dockerignore` to include necessary Grafana and Docker configuration files in the build context.
- Removed explicit `networks` configuration in `docker-compose.yml` to allow all services to run on the default network, ensuring compatibility with `docker-compose.testing.yml` and integration tests.
- Cleaned up obsolete dashboard files.
- Consolidated docker compose files to a single `docker-compose.yml` for the full stack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant