tarantool / grafana-dashboard

Dashboard for Tarantool application and database server monitoring with Grafana
MIT License
34 stars 11 forks source link

CRUD many panels #166

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

dashboard: build CRUD panels lib with foldl

This patch is a code health patch that introduces two foldl calls to build similar CRUD panels in cycle instead of copypaste.

dashboard: add CRUD many operations panels

CRUD 0.12.0 introduced insert_many, insert_object_many, replace_many, replace_object_many, upsert_many, upsert_object_many operations and corresponding metrics labels. This patch adds panels for them.

image image image

  1. https://github.com/tarantool/crud/releases/tag/0.12.0

Closes #165