-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support multiple indexer-service endpoints #49
Support multiple indexer-service endpoints #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! Thanks!
Could you also run black / isort / pyright?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an issue with the history, probably due to the merging of master into this branch. That caused some things to get un-removed (such as vcrpy
in the main dependencies, or line 114 in config.py
).
I would suggest an interactive rebase onto master to fix the history.
In general, catching up to the target branch through rebasing is safer and cleaner than merging.
Signed-off-by: Marc-André Dumas <madumas@madumas.ca>
Signed-off-by: Marc-André Dumas <madumas@madumas.ca>
Signed-off-by: Marc-André Dumas <madumas@madumas.ca>
Signed-off-by: Marc-André Dumas <madumas@madumas.ca>
Signed-off-by: Marc-André Dumas <madumas@madumas.ca>
f8bd644
to
f6621d6
Compare
Signed-off-by: Marc-André Dumas <madumas@madumas.ca>
it should be fine now |
Pull Request Test Coverage Report for Build 3997764554Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for bearing with me through the review process! Your contribution is much appreciated.
Also I really like the tests using vcrpy
🙂 .
To fix issue #48, this allows specify more than one endpoint in
--indexer-service-metrics-endpoint
.subgraph_query_count
sums the metrics from the different endpoints for a given subgraph.Also removes some extra code and add tests.