Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Prometheus Metrics Endpoint not working on Server #3780

Open
yashwant-mv opened this issue Sep 22, 2023 · 1 comment
Open

Prometheus Metrics Endpoint not working on Server #3780

yashwant-mv opened this issue Sep 22, 2023 · 1 comment
Labels
type: bug bugs/ bug fixes

Comments

@yashwant-mv
Copy link

Describe the bug
We have enabled the promethues metrics on Conductor Server by adding the following two properties.

management.endpoints.web.exposure.include=prometheus,health,info,metrics
conductor.metrics-prometheus.enabled=true

However, the metrics are not showing up on the actuator/prometheus endpoints.

Can anyone help me out on what I have done incorrectly here.

Details
Conductor version: v3.13.3
Persistence implementation: Postgres
Queue implementation: Postgres, MySQL, Dynoqueues etc
Lock: Redis

Expected behavior
I am expecting the actuator/prometheus endpoint to show up. If that is not the correct expectation, please let me know what needs we can capture metrics on Prometheus.

Additional context
The broader context is that I want to setup monitoring and alerts on Conductor in our production setup.

@yashwant-mv yashwant-mv added the type: bug bugs/ bug fixes label Sep 22, 2023
@manan164
Copy link
Contributor

Hi @yashwant-mv , Prometheus has been moved to the community. Please include package in your server build.gradle.
Also we are working on creating a docker image for standard configuration in the PR It will include Prometheus and grafana by default.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug bugs/ bug fixes
Projects
None yet
Development

No branches or pull requests

2 participants