lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 1 forks source link

Management tooling - Server status #103

Open lukashornych opened 5 months ago

lukashornych commented 5 months ago

Subissue of #117

evitaDB server now provides server status endpoint (https://github.com/FgForrest/evitaDB/issues/406). This and other tooling could be used to create new type of tab that displayes status of a server of a particular evitaDB connection like so:

Image

Image

Not sure which metrics/charts we will be able to render.

The "Open logs" will be just shortcut to #142 The "Open runtime configuration" will open dialog window with printed YAML runtime configuration of evitaDB with actual values. A new API for converting and printing the io.evitadb.server.configuration.EvitaServerConfiguration config will be needed.