Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support monitoring in compose file #319

Closed
jessesimpson36 opened this issue Oct 2, 2023 · 3 comments
Closed

Support monitoring in compose file #319

jessesimpson36 opened this issue Oct 2, 2023 · 3 comments
Assignees
Labels
discussion enhancement New feature or request support/enterprise Marks an issue as related to a customer support request

Comments

@jessesimpson36
Copy link
Contributor

Customers would like basic monitoring of their docker compose deployments.

There's a few points to consider:

  • Given that the compose deployment method is not recommended for production, does adding this feature make it more likely that customers will use this compose deployment method in production ?
  • It looks like a pretty easy addon and already implemented here: https://github.com/camunda/zeebe/tree/main/monitor

Related to: SUPPORT-18148

@jessesimpson36 jessesimpson36 added enhancement New feature or request discussion support/enterprise Marks an issue as related to a customer support request labels Oct 2, 2023
@jessesimpson36
Copy link
Contributor Author

Notes from team meeting:
The Distribution team doesn't see much benefit for including the monitoring stack inside the docker compose deployment method. As a workaround, existing customers can review https://github.com/camunda/zeebe/tree/main/monitor and add their sections into their own docker-compose files.

I still want to leave this issue open in case more support tickets want to link against it. That could be a sign that this topic needs to be escalated.

@theburi
Copy link

theburi commented Oct 10, 2023

The monitoring page we provide https://github.com/camunda/zeebe/tree/main/monitor deploys the monitoring stack with Docker Compose, but it does not work.
The Prometheus and Grafana configurations are not compatible with docker-compose deployment but are built for K8s. We should fix this example on a page and include a working configuration. It is a very reasonable use case for developers or SRE to work with Camunda and see how it behaves using Grafana. Even in dev environments, a monitoring stack could be useful.

@aabouzaid
Copy link
Member

Since Docker Compose is not a production environment, there is no plan to add production monitoring components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request support/enterprise Marks an issue as related to a customer support request
Projects
None yet
Development

No branches or pull requests

3 participants