-
Notifications
You must be signed in to change notification settings - Fork 462
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
[Etcd] Deprecation of V2 API and related datasets #8458
Comments
Task :
|
@lalit-satapathy , @SubhrataK , @gpop63 , please share your thoughts on the Tasks, mentioned above , after going through the description of the issue. |
My recommendations are below
|
ETCD Integration is currently in Beta.
The existing integration of ETCD makes use of HTTP V2 API and Prometheus Endpoint. Below are the details of the implementation
Key points
3.5
. Version3.6
is in draft state.I made an attempt below to link the metrics that were part of the existing ETCD datasets (leader, self, store) and equivalent metrics in the V3 prometheus metrics.
leader.follower.latency.ms
leader.follower.success_operations
,leader.follower.failed_operations
self.uptime
,self.start_time
self.recv.*
,self.send
store.gets, store.sets, store.delete, store.update, store.create
The text was updated successfully, but these errors were encountered: