basis-company / tarantool-admin

MIT License
110 stars 29 forks source link

[API] API for external agents #29

Closed trollsid closed 4 years ago

trollsid commented 6 years ago

API for reading statistics from the connected instances to external readers (for example Zabbix agent)

nekufa commented 4 years ago

@trollsid is this feature is actual? you can use built-in tarantool docker prometheus metrics module

In addition, you can call any database call using jsonrpc api (that client uses). See developer tools network tab to track requests and responses to see request and response format.