Monitoring Fluid performance

We’d like some help to better understand how we can monitor fluid/static serverless [function] performance and associated costs.

I have setup two identical projects to access spatial data through a serverless node run time.

If I enable a lot of vector [tile] layers at the same time I feel that the fluid application is generally more responsible.

I would expect this to be a good test for the capabilities of fluid processes. Changing the viewport of the map window will require dozens of queries being sent async to the same process.

Every query will pass through the process to a linked Neon Postgres Database. I’d assume that the static project will spin up more processes / serverless function while waiting for the postgres query to resolve with data to be sent back to the client.

I have had a look at the various metrics available for Monitoring and only found a significant difference in the [average] Function CPU Time.

For the static project this was about 13ms; For the fluid project this was about 33ms on average. I don’t really know what these numbers mean.

Any help run addtional tests to generate some metrics which give us a better understanding of fluid compute would be greatly appreciated.