camunda / camunda

Process Orchestration Framework
https://camunda.com/platform/
3.36k stars 615 forks source link

Tasklist usage-metrics endpoints are disabled in C8 single-app #24265

Closed houssain-barouni closed 3 weeks ago

houssain-barouni commented 1 month ago

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. Run the C8 single app
  2. Try accessing http://localhost:9600/actuator/usage-metrics/assignees

Actual behavior

{"timestamp":"2024-10-31T14:08:50.797+00:00","status":404,"error":"Not Found","path":"/actuator/usage-metrics/assignees"}

Expected behavior

Tasklist usage-metrics endpoints should be accessible

Additional context

https://camunda.slack.com/archives/C043W5V88M7/p1730314532718029?thread_ts=1730314455.457149&cid=C043W5V88M7

The root cause is that Tasklist management module is disabled to avoid conflicting with Operate management module (Operate usage-metrics endpoints are accessible)


Acceptance Criteria

Definition of Ready - Checklist

For UI changes required to solve the bug:

After solving the issue - Answer and document in the comments the questions below

houssain-barouni commented 3 weeks ago

Will be handled in https://github.com/camunda/camunda/issues/23812