You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
That would be interesting to have metrics (in Prometheus form) about the requests made (insert, select, update, delete...) with some KPIs on the size for instance (x rows returned). And this will be perfect if we can segregate per client application (application connecting to the Gateway) and server (Database).
The text was updated successfully, but these errors were encountered:
That's a really good idea for a plugin. Also, the other parameters you introduced, like application_name, database and others, can be metrics' labels. And the good part is that you don't need to worry about exposing metrics from the plugin, as it is taken care of by GatewayD using the metrics merger.
Creating a new plugin is fairly straightforward using the SDK and the plugin template for Go. There are also guides in the docs about developing plugins.
I'll move the ticket to the proposals repository, so I can track them there in one place.
Hi,
That would be interesting to have metrics (in Prometheus form) about the requests made (insert, select, update, delete...) with some KPIs on the size for instance (x rows returned). And this will be perfect if we can segregate per client application (application connecting to the Gateway) and server (Database).
The text was updated successfully, but these errors were encountered: