-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
5
-
False
-
-
False
-
-
As a developer,
I want to maintain a counter metric that is scraped by Prometheus,
So that we can monitor the load we’re processing.
Acceptance Criteria:
- Capture Metrics:
- A Micrometer timed meter is implemented to monitor load processing.
- Two counters are automatically created: one for the number of events and one for the time taken to process each.
- The metric is scraped by Prometheus and visible in the system.
- Grafana Dashboards:
- Grafana dashboards are created to display the new counters for load monitoring.
- is blocked by
-
SWATCH-2874 Create a Quarkus app that consumes/produces Kafka messages
- Closed