You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
We have enabled the promethues metrics on Conductor Server by adding the following two properties.
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.
The text was updated successfully, but these errors were encountered: