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

Making the metrics variables for GetURLs protected #84

Conversation

michaeldinzinger
Copy link
Contributor

Hello,

in an service implementation, which inherits from the abstract implementation of the FrontierService in this repository, we want to override the GetURLs method. Besides that, we want to use furtheron use the Prometheus metrics, which help to monitor the Frontier service and, among others, the number and latency of GetURLs calls. Therefore, it is necessary to make the three corresponding variables in AbstractFrontierService.java protected instead of private.
Thank you!

Signed-off-by: Michael Dinzinger <michael.dinzinger@uni-passau.de>
@jnioche jnioche added this to the 2.3 milestone Apr 17, 2023
@jnioche jnioche added the enhancement New feature or request label Apr 17, 2023
@jnioche jnioche merged commit 2e7fb02 into crawler-commons:master Apr 17, 2023
@jnioche
Copy link
Collaborator

jnioche commented Apr 17, 2023

Good idea, thanks @michaeldinzinger

@jnioche jnioche modified the milestones: 2.3, 2.4.0 Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants