-
Notifications
You must be signed in to change notification settings - Fork 609
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
[IMPROVEMENT] Collect v2 Data Engine related info for the usage metrics #6033
Comments
Pre Ready-For-Testing Checklist
|
Verified pass on longhorn master (longhorn-manager Deploy Longhorn and create 3 v1 volumes and 2 v2 volumes:
> kubectl exec -it ${influxdb_pod} -- influx -execute 'SELECT "longhorn_disk_filesystem_count" FROM "upgrade_request"' -database="${app_name}_upgrade_responder"
name: upgrade_request
time longhorn_disk_filesystem_count
---- ------------------------------
1703234426043451144 1
1703234426882845418 1
1703234426998184569 1
> kubectl exec -it ${influxdb_pod} -- influx -execute 'SELECT "longhorn_disk_block_count" FROM "upgrade_request"' -database="${app_name}_upgrade_responder"
name: upgrade_request
time longhorn_disk_block_count
---- -------------------------
1703234426043451144 1
1703234426998184569 1
> kubectl exec -it ${influxdb_pod} -- influx -execute 'SELECT "longhorn_volume_backend_store_driver_v1_count" FROM "upgrade_request"' -database="${app_name}_upgrade_responder"
name: upgrade_request
time longhorn_volume_backend_store_driver_v1_count
---- ---------------------------------------------
1703234426043451144 3
> kubectl exec -it ${influxdb_pod} -- influx -execute 'SELECT "longhorn_volume_backend_store_driver_v2_count" FROM "upgrade_request"' -database="${app_name}_upgrade_responder"
name: upgrade_request
time longhorn_volume_backend_store_driver_v2_count
---- ---------------------------------------------
1703234426043451144 2
|
Is your improvement request related to a feature? Please describe (👍 if you like this request)
Enhance the collections to include SPDK implementation.
Describe the solution you'd like
block
Describe alternatives you've considered
None
Additional context
longhorn/longhorn-manager#1891 (comment)
longhorn/longhorn-manager#2346 (comment)
The text was updated successfully, but these errors were encountered: