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

Remove NodePrometheusRequestBuilder class #100

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

lukas-vlcek
Copy link
Collaborator

This class is no longer needed because of refactoring that happened in the upstream in the past.

Closes: #99


Some details:

  1. First the method Action.newRequestBuilder(client) was removed from Elasticsearch (see: Core: Remove RequestBuilder from Action elastic/elasticsearch#30966, specifically here elastic/elasticsearch@46e8d97#diff-34311f69b4f5ea90a3e88cabb8d3167f6c0651e5172f906750efc8a8276e4320L37).

  2. Then it was removed from the Elasticsearch Prometheus exporter NodePrometheusMetricsAction class (see: vvanholl/elasticsearch-prometheus-exporter@deb496d#diff-d4bd29c3b4f015bf843e60db39c318a2560c6d9384942bbb271ed662ecf0d507L41).

Signed-off-by: Lukáš Vlček lukas.vlcek@aiven.io

This class is no longer needed because of refactoring that happened in the upstream in the past.

Closes: Aiven-Open#99

---

Some details:

1. First the method `Action.newRequestBuilder(client)` was removed from Elasticsearch (see: elastic/elasticsearch#30966, specifically here elastic/elasticsearch@46e8d97#diff-34311f69b4f5ea90a3e88cabb8d3167f6c0651e5172f906750efc8a8276e4320L37).

2. Then it was removed from the Elasticsearch Prometheus exporter NodePrometheusMetricsAction class (see: vvanholl/elasticsearch-prometheus-exporter@deb496d#diff-d4bd29c3b4f015bf843e60db39c318a2560c6d9384942bbb271ed662ecf0d507L41).

Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
@lukas-vlcek lukas-vlcek merged commit c7511b8 into Aiven-Open:main Sep 6, 2022
@lukas-vlcek
Copy link
Collaborator Author

TODO: This PR can (and should) be back-ported to v1.3 branch as well.

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.

Remove NodePrometheusRequestBuilder class
1 participant