scylladb / scylla-monitoring

Simple monitoring of Scylla with Grafana
https://scylladb.github.io/scylla-monitoring/
Apache License 2.0
243 stars 144 forks source link

Present Cloud (e.g. EC2) Instance type #1034

Open tzach opened 4 years ago

tzach commented 4 years ago

Please make sure that this is a feature request.

System information

Describe the feature and the current behavior/state. As many of Scylla deployment are running on the Cloud, it will be very useful to present the instance type in the node table. For EC2, its for example i3.2xlarge. For GCP, there are different types. image

Who will benefit with this feature? Scylla CLoud customers Every Scylla user running on a public cloud.

Any Other info. The info can be extracted using an extension to node_export

amnonh commented 4 years ago

Maybe we can do it using Scylla-Manager?

tzach commented 4 years ago

Maybe we can do it using Scylla-Manager?

Why? I do not see the value of adding one more moving part. We can add it to a Scylla table if it helps.

amnonh commented 4 years ago

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-categories.html

amnonh commented 4 years ago

I have open https://github.com/scylladb/scylla/issues/7652 as a potential source of information