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

feat: first versions for a framework to get metrics from the backend #113

Conversation

Kammerlo
Copy link
Member

@Kammerlo Kammerlo commented Jan 10, 2025

Implemented controller + services as a basis to add metrics to the backend.
It is possible to get the available metrics and call the respective functions in the services.

To add new metrics the developer must only implement the new Abstract class and fill the Metrics Map to map IDs to functions.

The real functions to retrieve data will be added in a later step.

@Kammerlo Kammerlo self-assigned this Jan 10, 2025
@Kammerlo Kammerlo requested a review from M4rc0Russ0 January 14, 2025 06:14
@Kammerlo Kammerlo merged commit 836d362 into main Jan 14, 2025
3 of 5 checks passed
@Kammerlo Kammerlo deleted the feat/LOB-809-Implement-an-extendible-framework-to-add-new-metrics branch January 14, 2025 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants